Shades of Sail #9AC7EF
Tints of Sail #9AC7EF
RGB
CMYK
RGB Variations
Color information
#9AC7EF (or 0x9AC7EF) is known color: Sail. HEX triplet: 9A, C7 and EF. RGB value is (154,199,239). Sum of RGB (Red+Green+Blue) = 154+199+239=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC7EF is #653810. Grayscale: #BDBDBD. Windows color (decimal): -6633489 or 15714202. OLE color: 15714202.
HSL color Cylindrical-coordinate representation of color #9AC7EF: hue angle of 208.24º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AC7EF is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 199 | 239 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.06 |
| HSL | 208.24º | 0.73% | 0.77% | - |
| HSV(B) | 208.24º | 0.36% | 0.94% | - |
| XYZ | 49.33 | 53.95 | 89.47 | - |
| YUV | 190.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 199 | 239 | 0.36 | 0.17 | 0 | 0.06 | 208.24 | 0.73 | 0.77 |
| Hex | 9A | C7 | EF | 24 | 11 | 0 | 6 | D0 | 49 | 4D |
| Octal | 232 | 307 | 357 | 44 | 21 | 0 | 6 | 320 | 111 | 115 |
| Binary | 10011010 | 11000111 | 11101111 | 100100 | 10001 | 0 | 110 | 11010000 | 1001001 | 1001101 |
Color Harmonies of #9AC7EF
Complementary color
Monochromatic Colors of #9AC7EF
Black with #9AC7EF
Text Example
Text Example
White with #9AC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC7EF; }
p { color: rgb(154,199,239); }
H1.HeaderClassName
{
color: #9AC7EF;
}
.AnyTagClassName
{
color: #9AC7EF;
}
</style>
background-color css
<style>
a { background-color: #9AC7EF; }
a { background-color: rgb(154,199,239); }
div.DivClassName
{
background-color: #9AC7EF;
}
.BgClassName
{
background-color: #9AC7EF;
}
</style>
border-color css
<style>
span { border-color: #9AC7EF; }
span { border-color: rgb(154,199,239); }
td.TdClassName
{
border-color: #9AC7EF;
}
.TagClassName
{
border-color: #9AC7EF;
}
</style>