Shades of Ice Cold #9BECDB
Tints of Ice Cold #9BECDB
RGB
CMYK
RGB Variations
Color information
#9BECDB (or 0x9BECDB) is known color: Ice Cold. HEX triplet: 9B, EC and DB. RGB value is (155,236,219). Sum of RGB (Red+Green+Blue) = 155+236+219=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECDB is #641324. Grayscale: #D1D1D1. Windows color (decimal): -6558501 or 14412955. OLE color: 14412955.
HSL color Cylindrical-coordinate representation of color #9BECDB: hue angle of 167.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECDB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 219 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.07 |
| HSL | 167.41º | 0.68% | 0.77% | - |
| HSV(B) | 167.41º | 0.34% | 0.93% | - |
| XYZ | 56.3 | 72.07 | 77.96 | - |
| YUV | 209.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 219 | 0.34 | 0 | 0.07 | 0.07 | 167.41 | 0.68 | 0.77 |
| Hex | 9B | EC | DB | 22 | 0 | 7 | 7 | A7 | 44 | 4D |
| Octal | 233 | 354 | 333 | 42 | 0 | 7 | 7 | 247 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11011011 | 100010 | 0 | 111 | 111 | 10100111 | 1000100 | 1001101 |
Color Harmonies of #9BECDB
Complementary color
Monochromatic Colors of #9BECDB
Black with #9BECDB
Text Example
Text Example
White with #9BECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECDB; }
p { color: rgb(155,236,219); }
H1.HeaderClassName
{
color: #9BECDB;
}
.AnyTagClassName
{
color: #9BECDB;
}
</style>
background-color css
<style>
a { background-color: #9BECDB; }
a { background-color: rgb(155,236,219); }
div.DivClassName
{
background-color: #9BECDB;
}
.BgClassName
{
background-color: #9BECDB;
}
</style>
border-color css
<style>
span { border-color: #9BECDB; }
span { border-color: rgb(155,236,219); }
td.TdClassName
{
border-color: #9BECDB;
}
.TagClassName
{
border-color: #9BECDB;
}
</style>