Shades of Sail #9ABFED
Tints of Sail #9ABFED
RGB
CMYK
RGB Variations
Color information
#9ABFED (or 0x9ABFED) is known color: Sail. HEX triplet: 9A, BF and ED. RGB value is (154,191,237). Sum of RGB (Red+Green+Blue) = 154+191+237=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ABFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFED is #654012. Grayscale: #B8B8B8. Windows color (decimal): -6635539 or 15581082. OLE color: 15581082.
HSL color Cylindrical-coordinate representation of color #9ABFED: hue angle of 213.25º degrees, saturation: 0.7, 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 #9ABFED is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 191 | 237 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.07 |
| HSL | 213.25º | 0.7% | 0.77% | - |
| HSV(B) | 213.25º | 0.35% | 0.93% | - |
| XYZ | 47.24 | 50.25 | 87.33 | - |
| YUV | 185.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 237 | 0.35 | 0.19 | 0 | 0.07 | 213.25 | 0.7 | 0.77 |
| Hex | 9A | BF | ED | 23 | 13 | 0 | 7 | D5 | 46 | 4D |
| Octal | 232 | 277 | 355 | 43 | 23 | 0 | 7 | 325 | 106 | 115 |
| Binary | 10011010 | 10111111 | 11101101 | 100011 | 10011 | 0 | 111 | 11010101 | 1000110 | 1001101 |
Color Harmonies of #9ABFED
Complementary color
Monochromatic Colors of #9ABFED
Black with #9ABFED
Text Example
Text Example
White with #9ABFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFED; }
p { color: rgb(154,191,237); }
H1.HeaderClassName
{
color: #9ABFED;
}
.AnyTagClassName
{
color: #9ABFED;
}
</style>
background-color css
<style>
a { background-color: #9ABFED; }
a { background-color: rgb(154,191,237); }
div.DivClassName
{
background-color: #9ABFED;
}
.BgClassName
{
background-color: #9ABFED;
}
</style>
border-color css
<style>
span { border-color: #9ABFED; }
span { border-color: rgb(154,191,237); }
td.TdClassName
{
border-color: #9ABFED;
}
.TagClassName
{
border-color: #9ABFED;
}
</style>