#96ECDD

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

Shades of Ice Cold #96ECDD

Tints of Ice Cold #96ECDD

Color information

#96ECDD (or 0x96ECDD) is unknown color: approx Ice Cold. HEX triplet: 96, EC and DD. RGB value is (150,236,221). Sum of RGB (Red+Green+Blue) = 150+236+221=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECDD is #691322. Grayscale: #D0D0D0. Windows color (decimal): -6886179 or 14544022. OLE color: 14544022.

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

Color convert

RGB150236221-
CMYK0.3600.060.07
HSL169.53º69.35%75.69%-
HSV(B)169.53º36.44%92.55%-
XYZ55.6271.779.31-
YUV208.58135.0186.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.71%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=24.71%
G=38.88%
B=36.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502362210.3600.060.07169.5369.3575.69
Hex96ECDD24067aa454c
Octal22635433544067252105114
Binary10010110111011001101110110010001101111010101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,221); }

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

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

 a { background-color: rgb(150,236,221); }

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

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

 span { border-color: rgb(150,236,221); }

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