#9EEFDD

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

Shades of Ice Cold #9EEFDD

Tints of Ice Cold #9EEFDD

Color information

#9EEFDD (or 0x9EEFDD) is unknown color: approx Ice Cold. HEX triplet: 9E, EF and DD. RGB value is (158,239,221). Sum of RGB (Red+Green+Blue) = 158+239+221=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFDD is #611022. Grayscale: #D4D4D4. Windows color (decimal): -6361123 or 14544798. OLE color: 14544798.

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

Color convert

RGB158239221-
CMYK0.3400.080.06
HSL166.67º71.68%77.84%-
HSV(B)166.67º33.89%93.73%-
XYZ58.0274.2279.68-
YUV212.73132.6688.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=25.57%
G=38.67%
B=35.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582392210.3400.080.06166.6771.6877.84
Hex9EEFDD22086a7484e
Octal236357335420106247110116
Binary100111101110111111011101100010010001101010011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,239,221); }

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

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

 a { background-color: rgb(158,239,221); }

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

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

 span { border-color: rgb(158,239,221); }

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