#99efdc

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

Shades of Ice Cold #99EFDC

Tints of Ice Cold #99EFDC

Color information

#99EFDC (or 0x99EFDC) is unknown color: approx Ice Cold. HEX triplet: 99, EF and DC. RGB value is (153,239,220). Sum of RGB (Red+Green+Blue) = 153+239+220=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFDC is #661023. Grayscale: #D3D3D3. Windows color (decimal): -6688804 or 14479257. OLE color: 14479257.

HSL color Cylindrical-coordinate representation of color #99EFDC: hue angle of 166.74º 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 #99EFDC is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB153239220-
CMYK0.3600.080.06
HSL166.74º72.88%76.86%-
HSV(B)166.74º35.98%93.73%-
XYZ56.9273.6778.93-
YUV211.12133.0186.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 239 (93.75% from 255) = 39.05%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=25%
G=39.05%
B=35.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532392200.3600.080.06166.7472.8876.86
Hex99EFDC24086a7494d
Octal231357334440106247111115
Binary100110011110111111011100100100010001101010011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99efdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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