Shades of Ice Cold #95F0DF
Tints of Ice Cold #95F0DF
RGB
CMYK
RGB Variations
Color information
#95F0DF (or 0x95F0DF) is known color: Ice Cold. HEX triplet: 95, F0 and DF. RGB value is (149,240,223). Sum of RGB (Red+Green+Blue) = 149+240+223=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0DF is #6A0F20. Grayscale: #D2D2D2. Windows color (decimal): -6950689 or 14676117. OLE color: 14676117.
HSL color Cylindrical-coordinate representation of color #95F0DF: hue angle of 168.79º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F0DF is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 240 | 223 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.06 |
| HSL | 168.79º | 0.75% | 0.76% | - |
| HSV(B) | 168.79º | 0.38% | 0.94% | - |
| XYZ | 56.87 | 74.04 | 81.11 | - |
| YUV | 210.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 240 | 223 | 0.38 | 0 | 0.07 | 0.06 | 168.79 | 0.75 | 0.76 |
| Hex | 95 | F0 | DF | 26 | 0 | 7 | 6 | A9 | 4B | 4C |
| Octal | 225 | 360 | 337 | 46 | 0 | 7 | 6 | 251 | 113 | 114 |
| Binary | 10010101 | 11110000 | 11011111 | 100110 | 0 | 111 | 110 | 10101001 | 1001011 | 1001100 |
Color Harmonies of #95F0DF
Complementary color
Monochromatic Colors of #95F0DF
Black with #95F0DF
Text Example
Text Example
White with #95F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F0DF; }
p { color: rgb(149,240,223); }
H1.HeaderClassName
{
color: #95F0DF;
}
.AnyTagClassName
{
color: #95F0DF;
}
</style>
background-color css
<style>
a { background-color: #95F0DF; }
a { background-color: rgb(149,240,223); }
div.DivClassName
{
background-color: #95F0DF;
}
.BgClassName
{
background-color: #95F0DF;
}
</style>
border-color css
<style>
span { border-color: #95F0DF; }
span { border-color: rgb(149,240,223); }
td.TdClassName
{
border-color: #95F0DF;
}
.TagClassName
{
border-color: #95F0DF;
}
</style>