#9EECDE

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

Shades of Ice Cold #9EECDE

Tints of Ice Cold #9EECDE

Color information

#9EECDE (or 0x9EECDE) is unknown color: approx Ice Cold. HEX triplet: 9E, EC and DE. RGB value is (158,236,222). Sum of RGB (Red+Green+Blue) = 158+236+222=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECDE is #611321. Grayscale: #D3D3D3. Windows color (decimal): -6361890 or 14609566. OLE color: 14609566.

HSL color Cylindrical-coordinate representation of color #9EECDE: hue angle of 169.23º degrees, saturation: 0.67, 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 #9EECDE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB158236222-
CMYK0.3300.060.07
HSL169.23º67.24%77.25%-
HSV(B)169.23º33.05%92.55%-
XYZ57.2872.5380.09-
YUV211.08134.1690.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.65%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=25.65%
G=38.31%
B=36.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582362220.3300.060.07169.2367.2477.25
Hex9EECDE21067a9434d
Octal23635433641067251103115
Binary10011110111011001101111010000101101111010100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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