#9DEED9

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

Shades of Ice Cold #9DEED9

Tints of Ice Cold #9DEED9

Color information

#9DEED9 (or 0x9DEED9) is unknown color: approx Ice Cold. HEX triplet: 9D, EE and D9. RGB value is (157,238,217). Sum of RGB (Red+Green+Blue) = 157+238+217=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEED9 is #621126. Grayscale: #D3D3D3. Windows color (decimal): -6426919 or 14282397. OLE color: 14282397.

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

Color convert

RGB157238217-
CMYK0.3400.090.07
HSL164.44º70.43%77.45%-
HSV(B)164.44º34.03%93.33%-
XYZ5773.3376.79-
YUV211.39131.1689.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.65%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=25.65%
G=38.89%
B=35.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572382170.3400.090.07164.4470.4377.45
Hex9DEED922097a4464d
Octal235356331420117244106115
Binary100111011110111011011001100010010011111010010010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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