#96EFDA

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

Shades of Ice Cold #96EFDA

Tints of Ice Cold #96EFDA

Color information

#96EFDA (or 0x96EFDA) is unknown color: approx Ice Cold. HEX triplet: 96, EF and DA. RGB value is (150,239,218). Sum of RGB (Red+Green+Blue) = 150+239+218=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFDA is #691025. Grayscale: #D1D1D1. Windows color (decimal): -6885414 or 14348182. OLE color: 14348182.

HSL color Cylindrical-coordinate representation of color #96EFDA: hue angle of 165.84º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFDA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB150239218-
CMYK0.3700.090.06
HSL165.84º73.55%76.27%-
HSV(B)165.84º37.24%93.73%-
XYZ56.173.2877.52-
YUV209.99132.5185.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.71%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=24.71%
G=39.37%
B=35.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502392180.3700.090.06165.8473.5576.27
Hex96EFDA25096a64a4c
Octal226357332450116246112114
Binary100101101110111111011010100101010011101010011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,218); }

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

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

 a { background-color: rgb(150,239,218); }

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

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

 span { border-color: rgb(150,239,218); }

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