#9DD2EB

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

Shades of Cornflower #9DD2EB

Tints of Cornflower #9DD2EB

Color information

#9DD2EB (or 0x9DD2EB) is unknown color: approx Cornflower. HEX triplet: 9D, D2 and EB. RGB value is (157,210,235). Sum of RGB (Red+Green+Blue) = 157+210+235=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2EB is #622D14. Grayscale: #C4C4C4. Windows color (decimal): -6434069 or 15454877. OLE color: 15454877.

HSL color Cylindrical-coordinate representation of color #9DD2EB: hue angle of 199.23º degrees, saturation: 0.66, 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 #9DD2EB is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157210235-
CMYK0.330.1100.08
HSL199.23º66.1%76.86%-
HSV(B)199.23º33.19%92.16%-
XYZ51.9559.2687.3-
YUV197149.4499.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=26.08%
G=34.88%
B=39.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572102350.330.1100.08199.2366.176.86
Hex9DD2EB21B08c7424d
Octal2353223534113010307102115
Binary1001110111010010111010111000011011010001100011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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