#9DEEDC

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

Shades of Ice Cold #9DEEDC

Tints of Ice Cold #9DEEDC

Color information

#9DEEDC (or 0x9DEEDC) is unknown color: approx Ice Cold. HEX triplet: 9D, EE and DC. RGB value is (157,238,220). Sum of RGB (Red+Green+Blue) = 157+238+220=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEDC is #621123. Grayscale: #D3D3D3. Windows color (decimal): -6426916 or 14479005. OLE color: 14479005.

HSL color Cylindrical-coordinate representation of color #9DEEDC: hue angle of 166.67º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEDC is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB157238220-
CMYK0.3400.080.07
HSL166.67º70.43%77.45%-
HSV(B)166.67º34.03%93.33%-
XYZ57.473.4878.87-
YUV211.73132.6688.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.53%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=25.53%
G=38.70%
B=35.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572382200.3400.080.07166.6770.4377.45
Hex9DEEDC22087a7464d
Octal235356334420107247106115
Binary100111011110111011011100100010010001111010011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,220); }

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

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

 a { background-color: rgb(157,238,220); }

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

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

 span { border-color: rgb(157,238,220); }

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