Shades of Sail #9BBFEC
Tints of Sail #9BBFEC
RGB
CMYK
RGB Variations
Color information
#9BBFEC (or 0x9BBFEC) is known color: Sail. HEX triplet: 9B, BF and EC. RGB value is (155,191,236). Sum of RGB (Red+Green+Blue) = 155+191+236=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFEC is #644013. Grayscale: #B9B9B9. Windows color (decimal): -6570004 or 15515547. OLE color: 15515547.
HSL color Cylindrical-coordinate representation of color #9BBFEC: hue angle of 213.33º 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 #9BBFEC is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 191 | 236 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.07 |
| HSL | 213.33º | 0.68% | 0.77% | - |
| HSV(B) | 213.33º | 0.34% | 0.93% | - |
| XYZ | 47.29 | 50.29 | 86.57 | - |
| YUV | 185.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 236 | 0.34 | 0.19 | 0 | 0.07 | 213.33 | 0.68 | 0.77 |
| Hex | 9B | BF | EC | 22 | 13 | 0 | 7 | D5 | 44 | 4D |
| Octal | 233 | 277 | 354 | 42 | 23 | 0 | 7 | 325 | 104 | 115 |
| Binary | 10011011 | 10111111 | 11101100 | 100010 | 10011 | 0 | 111 | 11010101 | 1000100 | 1001101 |
Color Harmonies of #9BBFEC
Complementary color
Monochromatic Colors of #9BBFEC
Black with #9BBFEC
Text Example
Text Example
White with #9BBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFEC; }
p { color: rgb(155,191,236); }
H1.HeaderClassName
{
color: #9BBFEC;
}
.AnyTagClassName
{
color: #9BBFEC;
}
</style>
background-color css
<style>
a { background-color: #9BBFEC; }
a { background-color: rgb(155,191,236); }
div.DivClassName
{
background-color: #9BBFEC;
}
.BgClassName
{
background-color: #9BBFEC;
}
</style>
border-color css
<style>
span { border-color: #9BBFEC; }
span { border-color: rgb(155,191,236); }
td.TdClassName
{
border-color: #9BBFEC;
}
.TagClassName
{
border-color: #9BBFEC;
}
</style>