Shades of Ice Cold #9BF1DD
Tints of Ice Cold #9BF1DD
RGB
CMYK
RGB Variations
Color information
#9BF1DD (or 0x9BF1DD) is known color: Ice Cold. HEX triplet: 9B, F1 and DD. RGB value is (155,241,221). Sum of RGB (Red+Green+Blue) = 155+241+221=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1DD is #640E22. Grayscale: #D5D5D5. Windows color (decimal): -6557219 or 14545307. OLE color: 14545307.
HSL color Cylindrical-coordinate representation of color #9BF1DD: hue angle of 166.05º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1DD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 221 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.05 |
| HSL | 166.05º | 0.75% | 0.78% | - |
| HSV(B) | 166.05º | 0.36% | 0.95% | - |
| XYZ | 58.02 | 75.1 | 79.84 | - |
| YUV | 213.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 221 | 0.36 | 0 | 0.08 | 0.05 | 166.05 | 0.75 | 0.78 |
| Hex | 9B | F1 | DD | 24 | 0 | 8 | 5 | A6 | 4B | 4E |
| Octal | 233 | 361 | 335 | 44 | 0 | 10 | 5 | 246 | 113 | 116 |
| Binary | 10011011 | 11110001 | 11011101 | 100100 | 0 | 1000 | 101 | 10100110 | 1001011 | 1001110 |
Color Harmonies of #9BF1DD
Complementary color
Monochromatic Colors of #9BF1DD
Black with #9BF1DD
Text Example
Text Example
White with #9BF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF1DD; }
p { color: rgb(155,241,221); }
H1.HeaderClassName
{
color: #9BF1DD;
}
.AnyTagClassName
{
color: #9BF1DD;
}
</style>
background-color css
<style>
a { background-color: #9BF1DD; }
a { background-color: rgb(155,241,221); }
div.DivClassName
{
background-color: #9BF1DD;
}
.BgClassName
{
background-color: #9BF1DD;
}
</style>
border-color css
<style>
span { border-color: #9BF1DD; }
span { border-color: rgb(155,241,221); }
td.TdClassName
{
border-color: #9BF1DD;
}
.TagClassName
{
border-color: #9BF1DD;
}
</style>