#9CD1E8

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

Shades of Cornflower #9CD1E8

Tints of Cornflower #9CD1E8

Color information

#9CD1E8 (or 0x9CD1E8) is unknown color: approx Cornflower. HEX triplet: 9C, D1 and E8. RGB value is (156,209,232). Sum of RGB (Red+Green+Blue) = 156+209+232=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #9CD1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD1E8 is #632E17. Grayscale: #C3C3C3. Windows color (decimal): -6499864 or 15258012. OLE color: 15258012.

HSL color Cylindrical-coordinate representation of color #9CD1E8: hue angle of 198.16º degrees, saturation: 0.62, 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 #9CD1E8 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156209232-
CMYK0.330.1000.09
HSL198.16º62.3%76.08%-
HSV(B)198.16º32.76%90.98%-
XYZ51.0858.584.94-
YUV195.78148.4499.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 232 (91.02% from 255) = 38.86%
R=26.13%
G=35.01%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562092320.330.1000.09198.1662.376.08
Hex9CD1E821A09c63e4c
Octal234321350411201130676114
Binary100111001101000111101000100001101001001110001101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,232); }

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

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

 a { background-color: rgb(156,209,232); }

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

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

 span { border-color: rgb(156,209,232); }

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