Shades of Sail #9AC9FB
Tints of Sail #9AC9FB
RGB
CMYK
RGB Variations
Color information
#9AC9FB (or 0x9AC9FB) is known color: Sail. HEX triplet: 9A, C9 and FB. RGB value is (154,201,251). Sum of RGB (Red+Green+Blue) = 154+201+251=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AC9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC9FB is #653604. Grayscale: #C0C0C0. Windows color (decimal): -6632965 or 16501146. OLE color: 16501146.
HSL color Cylindrical-coordinate representation of color #9AC9FB: hue angle of 210.93º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC9FB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 201 | 251 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.02 |
| HSL | 210.93º | 0.92% | 0.79% | - |
| HSV(B) | 210.93º | 0.39% | 0.98% | - |
| XYZ | 51.63 | 55.61 | 99.28 | - |
| YUV | 192.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 251 | 0.39 | 0.20 | 0 | 0.02 | 210.93 | 0.92 | 0.79 |
| Hex | 9A | C9 | FB | 27 | 14 | 0 | 2 | D3 | 5C | 4F |
| Octal | 232 | 311 | 373 | 47 | 24 | 0 | 2 | 323 | 134 | 117 |
| Binary | 10011010 | 11001001 | 11111011 | 100111 | 10100 | 0 | 10 | 11010011 | 1011100 | 1001111 |
Color Harmonies of #9AC9FB
Complementary color
Monochromatic Colors of #9AC9FB
Black with #9AC9FB
Text Example
Text Example
White with #9AC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC9FB; }
p { color: rgb(154,201,251); }
H1.HeaderClassName
{
color: #9AC9FB;
}
.AnyTagClassName
{
color: #9AC9FB;
}
</style>
background-color css
<style>
a { background-color: #9AC9FB; }
a { background-color: rgb(154,201,251); }
div.DivClassName
{
background-color: #9AC9FB;
}
.BgClassName
{
background-color: #9AC9FB;
}
</style>
border-color css
<style>
span { border-color: #9AC9FB; }
span { border-color: rgb(154,201,251); }
td.TdClassName
{
border-color: #9AC9FB;
}
.TagClassName
{
border-color: #9AC9FB;
}
</style>