#96E8DA

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

Shades of Ice Cold #96E8DA

Tints of Ice Cold #96E8DA

Color information

#96E8DA (or 0x96E8DA) is unknown color: approx Ice Cold. HEX triplet: 96, E8 and DA. RGB value is (150,232,218). Sum of RGB (Red+Green+Blue) = 150+232+218=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8DA is #691725. Grayscale: #CDCDCD. Windows color (decimal): -6887206 or 14346390. OLE color: 14346390.

HSL color Cylindrical-coordinate representation of color #96E8DA: hue angle of 169.76º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E8DA is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB150232218-
CMYK0.3500.060.09
HSL169.76º64.06%74.9%-
HSV(B)169.76º35.34%90.98%-
XYZ54.0969.2676.85-
YUV205.89134.8388.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25%
GREEN value IS 232 (91.02% from 255) = 38.67%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=25%
G=38.67%
B=36.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502322180.3500.060.09169.7664.0674.9
Hex96E8DA23069aa404b
Octal226350332430611252100113
Binary100101101110100011011010100011011010011010101010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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