Shades of Ice Cold #9BEBDF
Tints of Ice Cold #9BEBDF
RGB
CMYK
RGB Variations
Color information
#9BEBDF (or 0x9BEBDF) is known color: Ice Cold. HEX triplet: 9B, EB and DF. RGB value is (155,235,223). Sum of RGB (Red+Green+Blue) = 155+235+223=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDF is #641420. Grayscale: #D1D1D1. Windows color (decimal): -6558753 or 14674843. OLE color: 14674843.
HSL color Cylindrical-coordinate representation of color #9BEBDF: hue angle of 171º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBDF is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 223 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.08 |
| HSL | 171º | 0.67% | 0.76% | - |
| HSV(B) | 171º | 0.34% | 0.92% | - |
| XYZ | 56.55 | 71.71 | 80.67 | - |
| YUV | 209.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 223 | 0.34 | 0 | 0.05 | 0.08 | 171 | 0.67 | 0.76 |
| Hex | 9B | EB | DF | 22 | 0 | 5 | 8 | AB | 43 | 4C |
| Octal | 233 | 353 | 337 | 42 | 0 | 5 | 10 | 253 | 103 | 114 |
| Binary | 10011011 | 11101011 | 11011111 | 100010 | 0 | 101 | 1000 | 10101011 | 1000011 | 1001100 |
Color Harmonies of #9BEBDF
Complementary color
Monochromatic Colors of #9BEBDF
Black with #9BEBDF
Text Example
Text Example
White with #9BEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBDF; }
p { color: rgb(155,235,223); }
H1.HeaderClassName
{
color: #9BEBDF;
}
.AnyTagClassName
{
color: #9BEBDF;
}
</style>
background-color css
<style>
a { background-color: #9BEBDF; }
a { background-color: rgb(155,235,223); }
div.DivClassName
{
background-color: #9BEBDF;
}
.BgClassName
{
background-color: #9BEBDF;
}
</style>
border-color css
<style>
span { border-color: #9BEBDF; }
span { border-color: rgb(155,235,223); }
td.TdClassName
{
border-color: #9BEBDF;
}
.TagClassName
{
border-color: #9BEBDF;
}
</style>