#96EDDA

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

Shades of Ice Cold #96EDDA

Tints of Ice Cold #96EDDA

Color information

#96EDDA (or 0x96EDDA) is unknown color: approx Ice Cold. HEX triplet: 96, ED and DA. RGB value is (150,237,218). Sum of RGB (Red+Green+Blue) = 150+237+218=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDDA is #691225. Grayscale: #D0D0D0. Windows color (decimal): -6885926 or 14347670. OLE color: 14347670.

HSL color Cylindrical-coordinate representation of color #96EDDA: hue angle of 166.9º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDDA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB150237218-
CMYK0.3700.080.07
HSL166.9º70.73%75.88%-
HSV(B)166.9º36.71%92.94%-
XYZ55.5272.1177.32-
YUV208.82133.1886.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.79%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=24.79%
G=39.17%
B=36.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502372180.3700.080.07166.970.7375.88
Hex96EDDA25087a7474c
Octal226355332450107247107114
Binary100101101110110111011010100101010001111010011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96EDDA; }

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

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

<style>
 a { background-color: #96EDDA; }

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

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

<style>
 span { border-color: #96EDDA; }

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

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