Shades of Sail #9ABFEB
Tints of Sail #9ABFEB
RGB
CMYK
RGB Variations
Color information
#9ABFEB (or 0x9ABFEB) is known color: Sail. HEX triplet: 9A, BF and EB. RGB value is (154,191,235). Sum of RGB (Red+Green+Blue) = 154+191+235=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ABFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFEB is #654014. Grayscale: #B8B8B8. Windows color (decimal): -6635541 or 15450010. OLE color: 15450010.
HSL color Cylindrical-coordinate representation of color #9ABFEB: hue angle of 212.59º 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 #9ABFEB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 191 | 235 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.08 |
| HSL | 212.59º | 0.67% | 0.76% | - |
| HSV(B) | 212.59º | 0.34% | 0.92% | - |
| XYZ | 46.95 | 50.13 | 85.8 | - |
| YUV | 184.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 235 | 0.34 | 0.19 | 0 | 0.08 | 212.59 | 0.67 | 0.76 |
| Hex | 9A | BF | EB | 22 | 13 | 0 | 8 | D5 | 43 | 4C |
| Octal | 232 | 277 | 353 | 42 | 23 | 0 | 10 | 325 | 103 | 114 |
| Binary | 10011010 | 10111111 | 11101011 | 100010 | 10011 | 0 | 1000 | 11010101 | 1000011 | 1001100 |
Color Harmonies of #9ABFEB
Complementary color
Monochromatic Colors of #9ABFEB
Black with #9ABFEB
Text Example
Text Example
White with #9ABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFEB; }
p { color: rgb(154,191,235); }
H1.HeaderClassName
{
color: #9ABFEB;
}
.AnyTagClassName
{
color: #9ABFEB;
}
</style>
background-color css
<style>
a { background-color: #9ABFEB; }
a { background-color: rgb(154,191,235); }
div.DivClassName
{
background-color: #9ABFEB;
}
.BgClassName
{
background-color: #9ABFEB;
}
</style>
border-color css
<style>
span { border-color: #9ABFEB; }
span { border-color: rgb(154,191,235); }
td.TdClassName
{
border-color: #9ABFEB;
}
.TagClassName
{
border-color: #9ABFEB;
}
</style>