#9BCBEC

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

Shades of Cornflower #9BCBEC

Tints of Cornflower #9BCBEC

Color information

#9BCBEC (or 0x9BCBEC) is unknown color: approx Cornflower. HEX triplet: 9B, CB and EC. RGB value is (155,203,236). Sum of RGB (Red+Green+Blue) = 155+203+236=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBEC is #643413. Grayscale: #C0C0C0. Windows color (decimal): -6566932 or 15518619. OLE color: 15518619.

HSL color Cylindrical-coordinate representation of color #9BCBEC: hue angle of 204.44º 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 #9BCBEC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155203236-
CMYK0.340.1400.07
HSL204.44º68.07%76.67%-
HSV(B)204.44º34.32%92.55%-
XYZ50.0155.7487.48-
YUV192.41152.6101.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=26.09%
G=34.18%
B=39.73%

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
Decimal1552032360.340.1400.07204.4468.0776.67
Hex9BCBEC22E07cc444d
Octal233313354421607314104115
Binary100110111100101111101100100010111001111100110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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