Shades of Sail #9ACDFC
Tints of Sail #9ACDFC
RGB
CMYK
RGB Variations
Color information
#9ACDFC (or 0x9ACDFC) is known color: Sail. HEX triplet: 9A, CD and FC. RGB value is (154,205,252). Sum of RGB (Red+Green+Blue) = 154+205+252=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ACDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDFC is #653203. Grayscale: #C2C2C2. Windows color (decimal): -6631940 or 16567706. OLE color: 16567706.
HSL color Cylindrical-coordinate representation of color #9ACDFC: hue angle of 208.78º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACDFC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 205 | 252 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.01 |
| HSL | 208.78º | 0.94% | 0.8% | - |
| HSV(B) | 208.78º | 0.39% | 0.99% | - |
| XYZ | 52.73 | 57.56 | 100.43 | - |
| YUV | 195.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 252 | 0.39 | 0.19 | 0 | 0.01 | 208.78 | 0.94 | 0.8 |
| Hex | 9A | CD | FC | 27 | 13 | 0 | 1 | D1 | 5E | 50 |
| Octal | 232 | 315 | 374 | 47 | 23 | 0 | 1 | 321 | 136 | 120 |
| Binary | 10011010 | 11001101 | 11111100 | 100111 | 10011 | 0 | 1 | 11010001 | 1011110 | 1010000 |
Color Harmonies of #9ACDFC
Complementary color
Monochromatic Colors of #9ACDFC
Black with #9ACDFC
Text Example
Text Example
White with #9ACDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDFC; }
p { color: rgb(154,205,252); }
H1.HeaderClassName
{
color: #9ACDFC;
}
.AnyTagClassName
{
color: #9ACDFC;
}
</style>
background-color css
<style>
a { background-color: #9ACDFC; }
a { background-color: rgb(154,205,252); }
div.DivClassName
{
background-color: #9ACDFC;
}
.BgClassName
{
background-color: #9ACDFC;
}
</style>
border-color css
<style>
span { border-color: #9ACDFC; }
span { border-color: rgb(154,205,252); }
td.TdClassName
{
border-color: #9ACDFC;
}
.TagClassName
{
border-color: #9ACDFC;
}
</style>