Shades of Sail #9AC8FB
Tints of Sail #9AC8FB
RGB
CMYK
RGB Variations
Color information
#9AC8FB (or 0x9AC8FB) is known color: Sail. HEX triplet: 9A, C8 and FB. RGB value is (154,200,251). Sum of RGB (Red+Green+Blue) = 154+200+251=605 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.45% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AC8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC8FB is #653704. Grayscale: #BFBFBF. Windows color (decimal): -6633221 or 16500890. OLE color: 16500890.
HSL color Cylindrical-coordinate representation of color #9AC8FB: hue angle of 211.55º 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 #9AC8FB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 200 | 251 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.02 |
| HSL | 211.55º | 0.92% | 0.79% | - |
| HSV(B) | 211.55º | 0.39% | 0.98% | - |
| XYZ | 51.39 | 55.14 | 99.2 | - |
| YUV | 192.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 251 | 0.39 | 0.20 | 0 | 0.02 | 211.55 | 0.92 | 0.79 |
| Hex | 9A | C8 | FB | 27 | 14 | 0 | 2 | D4 | 5C | 4F |
| Octal | 232 | 310 | 373 | 47 | 24 | 0 | 2 | 324 | 134 | 117 |
| Binary | 10011010 | 11001000 | 11111011 | 100111 | 10100 | 0 | 10 | 11010100 | 1011100 | 1001111 |
Color Harmonies of #9AC8FB
Complementary color
Monochromatic Colors of #9AC8FB
Black with #9AC8FB
Text Example
Text Example
White with #9AC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC8FB; }
p { color: rgb(154,200,251); }
H1.HeaderClassName
{
color: #9AC8FB;
}
.AnyTagClassName
{
color: #9AC8FB;
}
</style>
background-color css
<style>
a { background-color: #9AC8FB; }
a { background-color: rgb(154,200,251); }
div.DivClassName
{
background-color: #9AC8FB;
}
.BgClassName
{
background-color: #9AC8FB;
}
</style>
border-color css
<style>
span { border-color: #9AC8FB; }
span { border-color: rgb(154,200,251); }
td.TdClassName
{
border-color: #9AC8FB;
}
.TagClassName
{
border-color: #9AC8FB;
}
</style>