#96EEE1

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

Shades of Ice Cold #96EEE1

Tints of Ice Cold #96EEE1

Color information

#96EEE1 (or 0x96EEE1) is unknown color: approx Ice Cold. HEX triplet: 96, EE and E1. RGB value is (150,238,225). Sum of RGB (Red+Green+Blue) = 150+238+225=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEE1 is #69111E. Grayscale: #D2D2D2. Windows color (decimal): -6885663 or 14806678. OLE color: 14806678.

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

Color convert

RGB150238225-
CMYK0.3700.050.07
HSL171.14º72.13%76.08%-
HSV(B)171.14º36.97%93.33%-
XYZ56.7473.0782.35-
YUV210.21136.3585.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.47%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=24.47%
G=38.83%
B=36.70%

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
Decimal1502382250.3700.050.07171.1472.1376.08
Hex96EEE125057ab484c
Octal22635634145057253110114
Binary10010110111011101110000110010101011111010101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,238,225); }

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

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

 a { background-color: rgb(150,238,225); }

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

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

 span { border-color: rgb(150,238,225); }

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