#99F1DF

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

Shades of Ice Cold #99F1DF

Tints of Ice Cold #99F1DF

Color information

#99F1DF (or 0x99F1DF) is unknown color: approx Ice Cold. HEX triplet: 99, F1 and DF. RGB value is (153,241,223). Sum of RGB (Red+Green+Blue) = 153+241+223=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F1DF is #660E20. Grayscale: #D4D4D4. Windows color (decimal): -6688289 or 14676377. OLE color: 14676377.

HSL color Cylindrical-coordinate representation of color #99F1DF: hue angle of 167.73º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1DF is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB153241223-
CMYK0.3700.070.05
HSL167.73º75.86%77.25%-
HSV(B)167.73º36.51%94.51%-
XYZ57.9175.0181.24-
YUV212.64133.8585.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.80%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=24.80%
G=39.06%
B=36.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532412230.3700.070.05167.7375.8677.25
Hex99F1DF25075a84c4d
Octal23136133745075250114115
Binary10011001111100011101111110010101111011010100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,241,223); }

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

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

 a { background-color: rgb(153,241,223); }

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

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

 span { border-color: rgb(153,241,223); }

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