Shades of Sail #9AC4EF
Tints of Sail #9AC4EF
RGB
CMYK
RGB Variations
Color information
#9AC4EF (or 0x9AC4EF) is known color: Sail. HEX triplet: 9A, C4 and EF. RGB value is (154,196,239). Sum of RGB (Red+Green+Blue) = 154+196+239=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AC4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC4EF is #653B10. Grayscale: #BCBCBC. Windows color (decimal): -6634257 or 15713434. OLE color: 15713434.
HSL color Cylindrical-coordinate representation of color #9AC4EF: hue angle of 210.35º 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 #9AC4EF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 196 | 239 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.06 |
| HSL | 210.35º | 0.73% | 0.77% | - |
| HSV(B) | 210.35º | 0.36% | 0.94% | - |
| XYZ | 48.65 | 52.58 | 89.25 | - |
| YUV | 188.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 239 | 0.36 | 0.18 | 0 | 0.06 | 210.35 | 0.73 | 0.77 |
| Hex | 9A | C4 | EF | 24 | 12 | 0 | 6 | D2 | 49 | 4D |
| Octal | 232 | 304 | 357 | 44 | 22 | 0 | 6 | 322 | 111 | 115 |
| Binary | 10011010 | 11000100 | 11101111 | 100100 | 10010 | 0 | 110 | 11010010 | 1001001 | 1001101 |
Color Harmonies of #9AC4EF
Complementary color
Monochromatic Colors of #9AC4EF
Black with #9AC4EF
Text Example
Text Example
White with #9AC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC4EF; }
p { color: rgb(154,196,239); }
H1.HeaderClassName
{
color: #9AC4EF;
}
.AnyTagClassName
{
color: #9AC4EF;
}
</style>
background-color css
<style>
a { background-color: #9AC4EF; }
a { background-color: rgb(154,196,239); }
div.DivClassName
{
background-color: #9AC4EF;
}
.BgClassName
{
background-color: #9AC4EF;
}
</style>
border-color css
<style>
span { border-color: #9AC4EF; }
span { border-color: rgb(154,196,239); }
td.TdClassName
{
border-color: #9AC4EF;
}
.TagClassName
{
border-color: #9AC4EF;
}
</style>