#96EADB

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

Shades of Ice Cold #96EADB

Tints of Ice Cold #96EADB

Color information

#96EADB (or 0x96EADB) is unknown color: approx Ice Cold. HEX triplet: 96, EA and DB. RGB value is (150,234,219). Sum of RGB (Red+Green+Blue) = 150+234+219=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #96EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EADB is #691524. Grayscale: #CFCFCF. Windows color (decimal): -6886693 or 14412438. OLE color: 14412438.

HSL color Cylindrical-coordinate representation of color #96EADB: hue angle of 169.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EADB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB150234219-
CMYK0.3600.060.08
HSL169.29º66.67%75.29%-
HSV(B)169.29º35.9%91.76%-
XYZ54.7970.4477.73-
YUV207.17134.6787.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.88%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=24.88%
G=38.81%
B=36.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502342190.3600.060.08169.2966.6775.29
Hex96EADB24068a9434b
Octal226352333440610251103113
Binary100101101110101011011011100100011010001010100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,234,219); }

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

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

 a { background-color: rgb(150,234,219); }

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

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

 span { border-color: rgb(150,234,219); }

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