Shades of Sail #9ABEEA
Tints of Sail #9ABEEA
RGB
CMYK
RGB Variations
Color information
#9ABEEA (or 0x9ABEEA) is known color: Sail. HEX triplet: 9A, BE and EA. RGB value is (154,190,234). Sum of RGB (Red+Green+Blue) = 154+190+234=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ABEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEEA is #654115. Grayscale: #B8B8B8. Windows color (decimal): -6635798 or 15384218. OLE color: 15384218.
HSL color Cylindrical-coordinate representation of color #9ABEEA: hue angle of 213º degrees, saturation: 0.66, 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 #9ABEEA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 190 | 234 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.08 |
| HSL | 213º | 0.66% | 0.76% | - |
| HSV(B) | 213º | 0.34% | 0.92% | - |
| XYZ | 46.59 | 49.64 | 84.97 | - |
| YUV | 184.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 234 | 0.34 | 0.19 | 0 | 0.08 | 213 | 0.66 | 0.76 |
| Hex | 9A | BE | EA | 22 | 13 | 0 | 8 | D5 | 42 | 4C |
| Octal | 232 | 276 | 352 | 42 | 23 | 0 | 10 | 325 | 102 | 114 |
| Binary | 10011010 | 10111110 | 11101010 | 100010 | 10011 | 0 | 1000 | 11010101 | 1000010 | 1001100 |
Color Harmonies of #9ABEEA
Complementary color
Monochromatic Colors of #9ABEEA
Black with #9ABEEA
Text Example
Text Example
White with #9ABEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEEA; }
p { color: rgb(154,190,234); }
H1.HeaderClassName
{
color: #9ABEEA;
}
.AnyTagClassName
{
color: #9ABEEA;
}
</style>
background-color css
<style>
a { background-color: #9ABEEA; }
a { background-color: rgb(154,190,234); }
div.DivClassName
{
background-color: #9ABEEA;
}
.BgClassName
{
background-color: #9ABEEA;
}
</style>
border-color css
<style>
span { border-color: #9ABEEA; }
span { border-color: rgb(154,190,234); }
td.TdClassName
{
border-color: #9ABEEA;
}
.TagClassName
{
border-color: #9ABEEA;
}
</style>