Shades of Sail #9BC6EE
Tints of Sail #9BC6EE
RGB
CMYK
RGB Variations
Color information
#9BC6EE (or 0x9BC6EE) is known color: Sail. HEX triplet: 9B, C6 and EE. RGB value is (155,198,238). Sum of RGB (Red+Green+Blue) = 155+198+238=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC6EE is #643911. Grayscale: #BDBDBD. Windows color (decimal): -6568210 or 15648411. OLE color: 15648411.
HSL color Cylindrical-coordinate representation of color #9BC6EE: hue angle of 208.92º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC6EE is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 198 | 238 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.07 |
| HSL | 208.92º | 0.71% | 0.77% | - |
| HSV(B) | 208.92º | 0.35% | 0.93% | - |
| XYZ | 49.14 | 53.53 | 88.63 | - |
| YUV | 189.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 238 | 0.35 | 0.17 | 0 | 0.07 | 208.92 | 0.71 | 0.77 |
| Hex | 9B | C6 | EE | 23 | 11 | 0 | 7 | D1 | 47 | 4D |
| Octal | 233 | 306 | 356 | 43 | 21 | 0 | 7 | 321 | 107 | 115 |
| Binary | 10011011 | 11000110 | 11101110 | 100011 | 10001 | 0 | 111 | 11010001 | 1000111 | 1001101 |
Color Harmonies of #9BC6EE
Complementary color
Monochromatic Colors of #9BC6EE
Black with #9BC6EE
Text Example
Text Example
White with #9BC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC6EE; }
p { color: rgb(155,198,238); }
H1.HeaderClassName
{
color: #9BC6EE;
}
.AnyTagClassName
{
color: #9BC6EE;
}
</style>
background-color css
<style>
a { background-color: #9BC6EE; }
a { background-color: rgb(155,198,238); }
div.DivClassName
{
background-color: #9BC6EE;
}
.BgClassName
{
background-color: #9BC6EE;
}
</style>
border-color css
<style>
span { border-color: #9BC6EE; }
span { border-color: rgb(155,198,238); }
td.TdClassName
{
border-color: #9BC6EE;
}
.TagClassName
{
border-color: #9BC6EE;
}
</style>