#96EDDF

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

Shades of Ice Cold #96EDDF

Tints of Ice Cold #96EDDF

Color information

#96EDDF (or 0x96EDDF) is unknown color: approx Ice Cold. HEX triplet: 96, ED and DF. RGB value is (150,237,223). Sum of RGB (Red+Green+Blue) = 150+237+223=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDDF is #691220. Grayscale: #D1D1D1. Windows color (decimal): -6885921 or 14675350. OLE color: 14675350.

HSL color Cylindrical-coordinate representation of color #96EDDF: hue angle of 170.34º 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 #96EDDF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB150237223-
CMYK0.3700.060.07
HSL170.34º70.73%75.88%-
HSV(B)170.34º36.71%92.94%-
XYZ56.1872.3880.82-
YUV209.39135.6885.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.59%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=24.59%
G=38.85%
B=36.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502372230.3700.060.07170.3470.7375.88
Hex96EDDF25067aa474c
Octal22635533745067252107114
Binary10010110111011011101111110010101101111010101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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