Shades of Ice Cold #9BECDE
Tints of Ice Cold #9BECDE
RGB
CMYK
RGB Variations
Color information
#9BECDE (or 0x9BECDE) is known color: Ice Cold. HEX triplet: 9B, EC and DE. RGB value is (155,236,222). Sum of RGB (Red+Green+Blue) = 155+236+222=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECDE is #641321. Grayscale: #D2D2D2. Windows color (decimal): -6558498 or 14609563. OLE color: 14609563.
HSL color Cylindrical-coordinate representation of color #9BECDE: hue angle of 169.63º 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 #9BECDE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 222 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.07 |
| HSL | 169.63º | 0.68% | 0.77% | - |
| HSV(B) | 169.63º | 0.34% | 0.93% | - |
| XYZ | 56.7 | 72.23 | 80.06 | - |
| YUV | 210.19 | 134.66 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 222 | 0.34 | 0 | 0.06 | 0.07 | 169.63 | 0.68 | 0.77 |
| Hex | 9B | EC | DE | 22 | 0 | 6 | 7 | AA | 44 | 4D |
| Octal | 233 | 354 | 336 | 42 | 0 | 6 | 7 | 252 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11011110 | 100010 | 0 | 110 | 111 | 10101010 | 1000100 | 1001101 |
Color Harmonies of #9BECDE
Complementary color
Monochromatic Colors of #9BECDE
Black with #9BECDE
Text Example
Text Example
White with #9BECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECDE; }
p { color: rgb(155,236,222); }
H1.HeaderClassName
{
color: #9BECDE;
}
.AnyTagClassName
{
color: #9BECDE;
}
</style>
background-color css
<style>
a { background-color: #9BECDE; }
a { background-color: rgb(155,236,222); }
div.DivClassName
{
background-color: #9BECDE;
}
.BgClassName
{
background-color: #9BECDE;
}
</style>
border-color css
<style>
span { border-color: #9BECDE; }
span { border-color: rgb(155,236,222); }
td.TdClassName
{
border-color: #9BECDE;
}
.TagClassName
{
border-color: #9BECDE;
}
</style>