Shades of Sail #9BCEF9
Tints of Sail #9BCEF9
RGB
CMYK
RGB Variations
Color information
#9BCEF9 (or 0x9BCEF9) is known color: Sail. HEX triplet: 9B, CE and F9. RGB value is (155,206,249). Sum of RGB (Red+Green+Blue) = 155+206+249=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BCEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEF9 is #643106. Grayscale: #C3C3C3. Windows color (decimal): -6566151 or 16371355. OLE color: 16371355.
HSL color Cylindrical-coordinate representation of color #9BCEF9: hue angle of 207.45º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCEF9 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 206 | 249 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.02 |
| HSL | 207.45º | 0.89% | 0.79% | - |
| HSV(B) | 207.45º | 0.38% | 0.98% | - |
| XYZ | 52.69 | 57.95 | 98.03 | - |
| YUV | 195.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 249 | 0.38 | 0.17 | 0 | 0.02 | 207.45 | 0.89 | 0.79 |
| Hex | 9B | CE | F9 | 26 | 11 | 0 | 2 | CF | 59 | 4F |
| Octal | 233 | 316 | 371 | 46 | 21 | 0 | 2 | 317 | 131 | 117 |
| Binary | 10011011 | 11001110 | 11111001 | 100110 | 10001 | 0 | 10 | 11001111 | 1011001 | 1001111 |
Color Harmonies of #9BCEF9
Complementary color
Monochromatic Colors of #9BCEF9
Black with #9BCEF9
Text Example
Text Example
White with #9BCEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEF9; }
p { color: rgb(155,206,249); }
H1.HeaderClassName
{
color: #9BCEF9;
}
.AnyTagClassName
{
color: #9BCEF9;
}
</style>
background-color css
<style>
a { background-color: #9BCEF9; }
a { background-color: rgb(155,206,249); }
div.DivClassName
{
background-color: #9BCEF9;
}
.BgClassName
{
background-color: #9BCEF9;
}
</style>
border-color css
<style>
span { border-color: #9BCEF9; }
span { border-color: rgb(155,206,249); }
td.TdClassName
{
border-color: #9BCEF9;
}
.TagClassName
{
border-color: #9BCEF9;
}
</style>