Shades of Ice Cold #9BECDF
Tints of Ice Cold #9BECDF
RGB
CMYK
RGB Variations
Color information
#9BECDF (or 0x9BECDF) is known color: Ice Cold. HEX triplet: 9B, EC and DF. RGB value is (155,236,223). Sum of RGB (Red+Green+Blue) = 155+236+223=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECDF is #641320. Grayscale: #D2D2D2. Windows color (decimal): -6558497 or 14675099. OLE color: 14675099.
HSL color Cylindrical-coordinate representation of color #9BECDF: hue angle of 170.37º 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 #9BECDF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 223 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.07 |
| HSL | 170.37º | 0.68% | 0.77% | - |
| HSV(B) | 170.37º | 0.34% | 0.93% | - |
| XYZ | 56.83 | 72.29 | 80.77 | - |
| YUV | 210.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 223 | 0.34 | 0 | 0.06 | 0.07 | 170.37 | 0.68 | 0.77 |
| Hex | 9B | EC | DF | 22 | 0 | 6 | 7 | AA | 44 | 4D |
| Octal | 233 | 354 | 337 | 42 | 0 | 6 | 7 | 252 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11011111 | 100010 | 0 | 110 | 111 | 10101010 | 1000100 | 1001101 |
Color Harmonies of #9BECDF
Complementary color
Monochromatic Colors of #9BECDF
Black with #9BECDF
Text Example
Text Example
White with #9BECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECDF; }
p { color: rgb(155,236,223); }
H1.HeaderClassName
{
color: #9BECDF;
}
.AnyTagClassName
{
color: #9BECDF;
}
</style>
background-color css
<style>
a { background-color: #9BECDF; }
a { background-color: rgb(155,236,223); }
div.DivClassName
{
background-color: #9BECDF;
}
.BgClassName
{
background-color: #9BECDF;
}
</style>
border-color css
<style>
span { border-color: #9BECDF; }
span { border-color: rgb(155,236,223); }
td.TdClassName
{
border-color: #9BECDF;
}
.TagClassName
{
border-color: #9BECDF;
}
</style>