Shades of Sail #9BC0EB
Tints of Sail #9BC0EB
RGB
CMYK
RGB Variations
Color information
#9BC0EB (or 0x9BC0EB) is known color: Sail. HEX triplet: 9B, C0 and EB. RGB value is (155,192,235). Sum of RGB (Red+Green+Blue) = 155+192+235=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0EB is #643F14. Grayscale: #B9B9B9. Windows color (decimal): -6569749 or 15450267. OLE color: 15450267.
HSL color Cylindrical-coordinate representation of color #9BC0EB: hue angle of 212.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC0EB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 192 | 235 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.08 |
| HSL | 212.25º | 0.67% | 0.76% | - |
| HSV(B) | 212.25º | 0.34% | 0.92% | - |
| XYZ | 47.36 | 50.67 | 85.88 | - |
| YUV | 185.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 235 | 0.34 | 0.18 | 0 | 0.08 | 212.25 | 0.67 | 0.76 |
| Hex | 9B | C0 | EB | 22 | 12 | 0 | 8 | D4 | 43 | 4C |
| Octal | 233 | 300 | 353 | 42 | 22 | 0 | 10 | 324 | 103 | 114 |
| Binary | 10011011 | 11000000 | 11101011 | 100010 | 10010 | 0 | 1000 | 11010100 | 1000011 | 1001100 |
Color Harmonies of #9BC0EB
Complementary color
Monochromatic Colors of #9BC0EB
Black with #9BC0EB
Text Example
Text Example
White with #9BC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0EB; }
p { color: rgb(155,192,235); }
H1.HeaderClassName
{
color: #9BC0EB;
}
.AnyTagClassName
{
color: #9BC0EB;
}
</style>
background-color css
<style>
a { background-color: #9BC0EB; }
a { background-color: rgb(155,192,235); }
div.DivClassName
{
background-color: #9BC0EB;
}
.BgClassName
{
background-color: #9BC0EB;
}
</style>
border-color css
<style>
span { border-color: #9BC0EB; }
span { border-color: rgb(155,192,235); }
td.TdClassName
{
border-color: #9BC0EB;
}
.TagClassName
{
border-color: #9BC0EB;
}
</style>