#9DD2EA

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

Shades of Cornflower #9DD2EA

Tints of Cornflower #9DD2EA

Color information

#9DD2EA (or 0x9DD2EA) is unknown color: approx Cornflower. HEX triplet: 9D, D2 and EA. RGB value is (157,210,234). Sum of RGB (Red+Green+Blue) = 157+210+234=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2EA is #622D15. Grayscale: #C4C4C4. Windows color (decimal): -6434070 or 15389341. OLE color: 15389341.

HSL color Cylindrical-coordinate representation of color #9DD2EA: hue angle of 198.7º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD2EA is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157210234-
CMYK0.330.1000.08
HSL198.7º64.71%76.67%-
HSV(B)198.7º32.91%91.76%-
XYZ51.859.286.54-
YUV196.89148.9499.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=26.12%
G=34.94%
B=38.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572102340.330.1000.08198.764.7176.67
Hex9DD2EA21A08c7414d
Octal2353223524112010307101115
Binary1001110111010010111010101000011010010001100011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,234); }

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

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

 a { background-color: rgb(157,210,234); }

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

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

 span { border-color: rgb(157,210,234); }

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