#9DCEE8

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

Shades of Cornflower #9DCEE8

Tints of Cornflower #9DCEE8

Color information

#9DCEE8 (or 0x9DCEE8) is unknown color: approx Cornflower. HEX triplet: 9D, CE and E8. RGB value is (157,206,232). Sum of RGB (Red+Green+Blue) = 157+206+232=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #9DCEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEE8 is #623117. Grayscale: #C2C2C2. Windows color (decimal): -6435096 or 15257245. OLE color: 15257245.

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

Color convert

RGB157206232-
CMYK0.320.1100.09
HSL200.8º61.98%76.27%-
HSV(B)200.8º32.33%90.98%-
XYZ50.5457.1484.71-
YUV194.31149.27101.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.39%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=26.39%
G=34.62%
B=38.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572062320.320.1100.09200.861.9876.27
Hex9DCEE820B09c93e4c
Octal235316350401301131176114
Binary100111011100111011101000100000101101001110010011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,232); }

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

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

 a { background-color: rgb(157,206,232); }

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

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

 span { border-color: rgb(157,206,232); }

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