#9ee5d1

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

Shades of Ice Cold #9EE5D1

Tints of Ice Cold #9EE5D1

Color information

#9EE5D1 (or 0x9EE5D1) is unknown color: approx Ice Cold. HEX triplet: 9E, E5 and D1. RGB value is (158,229,209). Sum of RGB (Red+Green+Blue) = 158+229+209=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5D1 is #611A2E. Grayscale: #CDCDCD. Windows color (decimal): -6363695 or 13755806. OLE color: 13755806.

HSL color Cylindrical-coordinate representation of color #9EE5D1: hue angle of 163.1º degrees, saturation: 0.58, 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 #9EE5D1 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB158229209-
CMYK0.3100.090.10
HSL163.1º57.72%75.88%-
HSV(B)163.1º31%89.8%-
XYZ53.6367.9170.6-
YUV205.49129.9894.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 229 (89.84% from 255) = 38.42%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=26.51%
G=38.42%
B=35.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582292090.3100.090.10163.157.7275.88
Hex9EE5D11F09Aa33a4c
Octal236345321370111224372114
Binary10011110111001011101000111111010011010101000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ee5d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,229,209); }

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

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

 a { background-color: rgb(158,229,209); }

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

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

 span { border-color: rgb(158,229,209); }

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