Shades of Sail #9BCBFC
Tints of Sail #9BCBFC
RGB
CMYK
RGB Variations
Color information
#9BCBFC (or 0x9BCBFC) is known color: Sail. HEX triplet: 9B, CB and FC. RGB value is (155,203,252). Sum of RGB (Red+Green+Blue) = 155+203+252=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBFC is #643403. Grayscale: #C1C1C1. Windows color (decimal): -6566916 or 16567195. OLE color: 16567195.
HSL color Cylindrical-coordinate representation of color #9BCBFC: hue angle of 210.31º 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 #9BCBFC is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 203 | 252 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.01 |
| HSL | 210.31º | 0.94% | 0.8% | - |
| HSV(B) | 210.31º | 0.38% | 0.99% | - |
| XYZ | 52.44 | 56.71 | 100.28 | - |
| YUV | 194.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 252 | 0.38 | 0.19 | 0 | 0.01 | 210.31 | 0.94 | 0.8 |
| Hex | 9B | CB | FC | 26 | 13 | 0 | 1 | D2 | 5E | 50 |
| Octal | 233 | 313 | 374 | 46 | 23 | 0 | 1 | 322 | 136 | 120 |
| Binary | 10011011 | 11001011 | 11111100 | 100110 | 10011 | 0 | 1 | 11010010 | 1011110 | 1010000 |
Color Harmonies of #9BCBFC
Complementary color
Monochromatic Colors of #9BCBFC
Black with #9BCBFC
Text Example
Text Example
White with #9BCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBFC; }
p { color: rgb(155,203,252); }
H1.HeaderClassName
{
color: #9BCBFC;
}
.AnyTagClassName
{
color: #9BCBFC;
}
</style>
background-color css
<style>
a { background-color: #9BCBFC; }
a { background-color: rgb(155,203,252); }
div.DivClassName
{
background-color: #9BCBFC;
}
.BgClassName
{
background-color: #9BCBFC;
}
</style>
border-color css
<style>
span { border-color: #9BCBFC; }
span { border-color: rgb(155,203,252); }
td.TdClassName
{
border-color: #9BCBFC;
}
.TagClassName
{
border-color: #9BCBFC;
}
</style>