Shades of Sail #9BCCFC
Tints of Sail #9BCCFC
RGB
CMYK
RGB Variations
Color information
#9BCCFC (or 0x9BCCFC) is known color: Sail. HEX triplet: 9B, CC and FC. RGB value is (155,204,252). Sum of RGB (Red+Green+Blue) = 155+204+252=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BCCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCFC is #643303. Grayscale: #C2C2C2. Windows color (decimal): -6566660 or 16567451. OLE color: 16567451.
HSL color Cylindrical-coordinate representation of color #9BCCFC: hue angle of 209.69º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCCFC is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 204 | 252 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.01 |
| HSL | 209.69º | 0.94% | 0.8% | - |
| HSV(B) | 209.69º | 0.38% | 0.99% | - |
| XYZ | 52.68 | 57.18 | 100.36 | - |
| YUV | 194.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 252 | 0.38 | 0.19 | 0 | 0.01 | 209.69 | 0.94 | 0.8 |
| Hex | 9B | CC | FC | 26 | 13 | 0 | 1 | D2 | 5E | 50 |
| Octal | 233 | 314 | 374 | 46 | 23 | 0 | 1 | 322 | 136 | 120 |
| Binary | 10011011 | 11001100 | 11111100 | 100110 | 10011 | 0 | 1 | 11010010 | 1011110 | 1010000 |
Color Harmonies of #9BCCFC
Complementary color
Monochromatic Colors of #9BCCFC
Black with #9BCCFC
Text Example
Text Example
White with #9BCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCFC; }
p { color: rgb(155,204,252); }
H1.HeaderClassName
{
color: #9BCCFC;
}
.AnyTagClassName
{
color: #9BCCFC;
}
</style>
background-color css
<style>
a { background-color: #9BCCFC; }
a { background-color: rgb(155,204,252); }
div.DivClassName
{
background-color: #9BCCFC;
}
.BgClassName
{
background-color: #9BCCFC;
}
</style>
border-color css
<style>
span { border-color: #9BCCFC; }
span { border-color: rgb(155,204,252); }
td.TdClassName
{
border-color: #9BCCFC;
}
.TagClassName
{
border-color: #9BCCFC;
}
</style>