#9BCEE9

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

Shades of Cornflower #9BCEE9

Tints of Cornflower #9BCEE9

Color information

#9BCEE9 (or 0x9BCEE9) is unknown color: approx Cornflower. HEX triplet: 9B, CE and E9. RGB value is (155,206,233). Sum of RGB (Red+Green+Blue) = 155+206+233=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BCEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEE9 is #643116. Grayscale: #C1C1C1. Windows color (decimal): -6566167 or 15322779. OLE color: 15322779.

HSL color Cylindrical-coordinate representation of color #9BCEE9: hue angle of 200.77º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BCEE9 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155206233-
CMYK0.330.1200.09
HSL200.77º63.93%76.08%-
HSV(B)200.77º33.48%91.37%-
XYZ50.356.9985.44-
YUV193.83150.1100.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 233 (91.41% from 255) = 39.23%
R=26.09%
G=34.68%
B=39.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552062330.330.1200.09200.7763.9376.08
Hex9BCEE921C09c9404c
Octal2333163514114011311100114
Binary1001101111001110111010011000011100010011100100110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,233); }

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

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

 a { background-color: rgb(155,206,233); }

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

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

 span { border-color: rgb(155,206,233); }

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