#9EEDDA

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

Shades of Ice Cold #9EEDDA

Tints of Ice Cold #9EEDDA

Color information

#9EEDDA (or 0x9EEDDA) is unknown color: approx Ice Cold. HEX triplet: 9E, ED and DA. RGB value is (158,237,218). Sum of RGB (Red+Green+Blue) = 158+237+218=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDDA is #611225. Grayscale: #D3D3D3. Windows color (decimal): -6361638 or 14347678. OLE color: 14347678.

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

Color convert

RGB158237218-
CMYK0.3300.080.07
HSL165.57º68.7%77.45%-
HSV(B)165.57º33.33%92.94%-
XYZ57.0472.977.39-
YUV211.21131.8390.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.77%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=25.77%
G=38.66%
B=35.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582372180.3300.080.07165.5768.777.45
Hex9EEDDA21087a6454d
Octal236355332410107246105115
Binary100111101110110111011010100001010001111010011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,218); }

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

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

 a { background-color: rgb(158,237,218); }

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

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

 span { border-color: rgb(158,237,218); }

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