#9BCAEC

Color #9BCAEC Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #9BCAEC

Tints of Cornflower #9BCAEC

Color information

#9BCAEC (or 0x9BCAEC) is unknown color: approx Cornflower. HEX triplet: 9B, CA and EC. RGB value is (155,202,236). Sum of RGB (Red+Green+Blue) = 155+202+236=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAEC is #643513. Grayscale: #BFBFBF. Windows color (decimal): -6567188 or 15518363. OLE color: 15518363.

HSL color Cylindrical-coordinate representation of color #9BCAEC: hue angle of 205.19º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BCAEC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155202236-
CMYK0.340.1400.07
HSL205.19º68.07%76.67%-
HSV(B)205.19º34.32%92.55%-
XYZ49.7855.2787.4-
YUV191.82152.93101.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 26.14%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=26.14%
G=34.06%
B=39.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552022360.340.1400.07205.1968.0776.67
Hex9BCAEC22E07cd444d
Octal233312354421607315104115
Binary100110111100101011101100100010111001111100110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCAEC; }

 p { color: rgb(155,202,236); }

 H1.HeaderClassName
 {
   color: #9BCAEC;
 }
 .AnyTagClassName
 {
   color: #9BCAEC;
 }
</style>
background-color css

<style>
 a { background-color: #9BCAEC; }

 a { background-color: rgb(155,202,236); }

 div.DivClassName
 {
   background-color: #9BCAEC;
 }
 .BgClassName
 {
   background-color: #9BCAEC;
 }
</style>
border-color css

<style>
 span { border-color: #9BCAEC; }

 span { border-color: rgb(155,202,236); }

 td.TdClassName
 {
   border-color: #9BCAEC;
 }
 .TagClassName
 {
   border-color: #9BCAEC;
 }
</style>