Shades of Sail #9BC9EF
Tints of Sail #9BC9EF
RGB
CMYK
RGB Variations
Color information
#9BC9EF (or 0x9BC9EF) is known color: Sail. HEX triplet: 9B, C9 and EF. RGB value is (155,201,239). Sum of RGB (Red+Green+Blue) = 155+201+239=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BC9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9EF is #643610. Grayscale: #BFBFBF. Windows color (decimal): -6567441 or 15714715. OLE color: 15714715.
HSL color Cylindrical-coordinate representation of color #9BC9EF: hue angle of 207.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC9EF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 201 | 239 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.06 |
| HSL | 207.14º | 0.72% | 0.77% | - |
| HSV(B) | 207.14º | 0.35% | 0.94% | - |
| XYZ | 49.98 | 54.97 | 89.64 | - |
| YUV | 191.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 239 | 0.35 | 0.16 | 0 | 0.06 | 207.14 | 0.72 | 0.77 |
| Hex | 9B | C9 | EF | 23 | 10 | 0 | 6 | CF | 48 | 4D |
| Octal | 233 | 311 | 357 | 43 | 20 | 0 | 6 | 317 | 110 | 115 |
| Binary | 10011011 | 11001001 | 11101111 | 100011 | 10000 | 0 | 110 | 11001111 | 1001000 | 1001101 |
Color Harmonies of #9BC9EF
Complementary color
Monochromatic Colors of #9BC9EF
Black with #9BC9EF
Text Example
Text Example
White with #9BC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9EF; }
p { color: rgb(155,201,239); }
H1.HeaderClassName
{
color: #9BC9EF;
}
.AnyTagClassName
{
color: #9BC9EF;
}
</style>
background-color css
<style>
a { background-color: #9BC9EF; }
a { background-color: rgb(155,201,239); }
div.DivClassName
{
background-color: #9BC9EF;
}
.BgClassName
{
background-color: #9BC9EF;
}
</style>
border-color css
<style>
span { border-color: #9BC9EF; }
span { border-color: rgb(155,201,239); }
td.TdClassName
{
border-color: #9BC9EF;
}
.TagClassName
{
border-color: #9BC9EF;
}
</style>