#9DD1E8

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

Shades of Cornflower #9DD1E8

Tints of Cornflower #9DD1E8

Color information

#9DD1E8 (or 0x9DD1E8) is unknown color: approx Cornflower. HEX triplet: 9D, D1 and E8. RGB value is (157,209,232). Sum of RGB (Red+Green+Blue) = 157+209+232=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #9DD1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD1E8 is #622E17. Grayscale: #C3C3C3. Windows color (decimal): -6434328 or 15258013. OLE color: 15258013.

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

Color convert

RGB157209232-
CMYK0.320.1000.09
HSL198.4º61.98%76.27%-
HSV(B)198.4º32.33%90.98%-
XYZ51.2758.684.95-
YUV196.07148.27100.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 232 (91.02% from 255) = 38.80%
R=26.25%
G=34.95%
B=38.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572092320.320.1000.09198.461.9876.27
Hex9DD1E820A09c63e4c
Octal235321350401201130676114
Binary100111011101000111101000100000101001001110001101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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