#9EE6DE

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

Shades of Ice Cold #9EE6DE

Tints of Ice Cold #9EE6DE

Color information

#9EE6DE (or 0x9EE6DE) is unknown color: approx Ice Cold. HEX triplet: 9E, E6 and DE. RGB value is (158,230,222). Sum of RGB (Red+Green+Blue) = 158+230+222=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6DE is #611921. Grayscale: #CFCFCF. Windows color (decimal): -6363426 or 14608030. OLE color: 14608030.

HSL color Cylindrical-coordinate representation of color #9EE6DE: hue angle of 173.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE6DE is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB158230222-
CMYK0.3100.030.10
HSL173.33º59.02%76.08%-
HSV(B)173.33º31.3%90.2%-
XYZ55.5869.1479.52-
YUV207.56136.1592.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.90%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=25.90%
G=37.70%
B=36.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582302220.3100.030.10173.3359.0276.08
Hex9EE6DE1F03Aad3b4c
Octal23634633637031225573114
Binary100111101110011011011110111110111010101011011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,230,222); }

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

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

 a { background-color: rgb(158,230,222); }

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

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

 span { border-color: rgb(158,230,222); }

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