#99F0DE

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

Shades of Ice Cold #99F0DE

Tints of Ice Cold #99F0DE

Color information

#99F0DE (or 0x99F0DE) is unknown color: approx Ice Cold. HEX triplet: 99, F0 and DE. RGB value is (153,240,222). Sum of RGB (Red+Green+Blue) = 153+240+222=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0DE is #660F21. Grayscale: #D3D3D3. Windows color (decimal): -6688546 or 14610585. OLE color: 14610585.

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

Color convert

RGB153240222-
CMYK0.3600.080.06
HSL167.59º74.36%77.06%-
HSV(B)167.59º36.25%94.12%-
XYZ57.4874.3780.43-
YUV211.94133.6885.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.88%
GREEN value IS 240 (94.14% from 255) = 39.02%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=24.88%
G=39.02%
B=36.10%

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
Decimal1532402220.3600.080.06167.5974.3677.06
Hex99F0DE24086a84a4d
Octal231360336440106250112115
Binary100110011111000011011110100100010001101010100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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