#99EFDE

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

Shades of Ice Cold #99EFDE

Tints of Ice Cold #99EFDE

Color information

#99EFDE (or 0x99EFDE) is unknown color: approx Ice Cold. HEX triplet: 99, EF and DE. RGB value is (153,239,222). Sum of RGB (Red+Green+Blue) = 153+239+222=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFDE is #661021. Grayscale: #D3D3D3. Windows color (decimal): -6688802 or 14610329. OLE color: 14610329.

HSL color Cylindrical-coordinate representation of color #99EFDE: hue angle of 168.14º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFDE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB153239222-
CMYK0.3600.070.06
HSL168.14º72.88%76.86%-
HSV(B)168.14º35.98%93.73%-
XYZ57.1973.7880.33-
YUV211.35134.0186.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.92%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=24.92%
G=38.93%
B=36.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532392220.3600.070.06168.1472.8876.86
Hex99EFDE24076a8494d
Octal23135733644076250111115
Binary10011001111011111101111010010001111101010100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EFDE; }

 p { color: rgb(153,239,222); }

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

<style>
 a { background-color: #99EFDE; }

 a { background-color: rgb(153,239,222); }

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

<style>
 span { border-color: #99EFDE; }

 span { border-color: rgb(153,239,222); }

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