#96EDE0

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

Shades of Ice Cold #96EDE0

Tints of Ice Cold #96EDE0

Color information

#96EDE0 (or 0x96EDE0) is unknown color: approx Ice Cold. HEX triplet: 96, ED and E0. RGB value is (150,237,224). Sum of RGB (Red+Green+Blue) = 150+237+224=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDE0 is #69121F. Grayscale: #D1D1D1. Windows color (decimal): -6885920 or 14740886. OLE color: 14740886.

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

Color convert

RGB150237224-
CMYK0.3700.050.07
HSL171.03º70.73%75.88%-
HSV(B)171.03º36.71%92.94%-
XYZ56.3272.4381.53-
YUV209.5136.1885.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.55%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 224 (87.89% from 255) = 36.66%
R=24.55%
G=38.79%
B=36.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502372240.3700.050.07171.0370.7375.88
Hex96EDE025057ab474c
Octal22635534045057253107114
Binary10010110111011011110000010010101011111010101110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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