Shades of Sail #9AC1EE
Tints of Sail #9AC1EE
RGB
CMYK
RGB Variations
Color information
#9AC1EE (or 0x9AC1EE) is known color: Sail. HEX triplet: 9A, C1 and EE. RGB value is (154,193,238). Sum of RGB (Red+Green+Blue) = 154+193+238=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC1EE is #653E11. Grayscale: #BABABA. Windows color (decimal): -6635026 or 15647130. OLE color: 15647130.
HSL color Cylindrical-coordinate representation of color #9AC1EE: hue angle of 212.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AC1EE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 193 | 238 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.07 |
| HSL | 212.14º | 0.71% | 0.77% | - |
| HSV(B) | 212.14º | 0.35% | 0.93% | - |
| XYZ | 47.83 | 51.18 | 88.25 | - |
| YUV | 186.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 238 | 0.35 | 0.19 | 0 | 0.07 | 212.14 | 0.71 | 0.77 |
| Hex | 9A | C1 | EE | 23 | 13 | 0 | 7 | D4 | 47 | 4D |
| Octal | 232 | 301 | 356 | 43 | 23 | 0 | 7 | 324 | 107 | 115 |
| Binary | 10011010 | 11000001 | 11101110 | 100011 | 10011 | 0 | 111 | 11010100 | 1000111 | 1001101 |
Color Harmonies of #9AC1EE
Complementary color
Monochromatic Colors of #9AC1EE
Black with #9AC1EE
Text Example
Text Example
White with #9AC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC1EE; }
p { color: rgb(154,193,238); }
H1.HeaderClassName
{
color: #9AC1EE;
}
.AnyTagClassName
{
color: #9AC1EE;
}
</style>
background-color css
<style>
a { background-color: #9AC1EE; }
a { background-color: rgb(154,193,238); }
div.DivClassName
{
background-color: #9AC1EE;
}
.BgClassName
{
background-color: #9AC1EE;
}
</style>
border-color css
<style>
span { border-color: #9AC1EE; }
span { border-color: rgb(154,193,238); }
td.TdClassName
{
border-color: #9AC1EE;
}
.TagClassName
{
border-color: #9AC1EE;
}
</style>