Shades of Sail #9ACCFC
Tints of Sail #9ACCFC
RGB
CMYK
RGB Variations
Color information
#9ACCFC (or 0x9ACCFC) is known color: Sail. HEX triplet: 9A, CC and FC. RGB value is (154,204,252). Sum of RGB (Red+Green+Blue) = 154+204+252=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ACCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCFC is #653303. Grayscale: #C2C2C2. Windows color (decimal): -6632196 or 16567450. OLE color: 16567450.
HSL color Cylindrical-coordinate representation of color #9ACCFC: hue angle of 209.39º 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 #9ACCFC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 204 | 252 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.01 |
| HSL | 209.39º | 0.94% | 0.8% | - |
| HSV(B) | 209.39º | 0.39% | 0.99% | - |
| XYZ | 52.49 | 57.08 | 100.35 | - |
| YUV | 194.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 252 | 0.39 | 0.19 | 0 | 0.01 | 209.39 | 0.94 | 0.8 |
| Hex | 9A | CC | FC | 27 | 13 | 0 | 1 | D1 | 5E | 50 |
| Octal | 232 | 314 | 374 | 47 | 23 | 0 | 1 | 321 | 136 | 120 |
| Binary | 10011010 | 11001100 | 11111100 | 100111 | 10011 | 0 | 1 | 11010001 | 1011110 | 1010000 |
Color Harmonies of #9ACCFC
Complementary color
Monochromatic Colors of #9ACCFC
Black with #9ACCFC
Text Example
Text Example
White with #9ACCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCFC; }
p { color: rgb(154,204,252); }
H1.HeaderClassName
{
color: #9ACCFC;
}
.AnyTagClassName
{
color: #9ACCFC;
}
</style>
background-color css
<style>
a { background-color: #9ACCFC; }
a { background-color: rgb(154,204,252); }
div.DivClassName
{
background-color: #9ACCFC;
}
.BgClassName
{
background-color: #9ACCFC;
}
</style>
border-color css
<style>
span { border-color: #9ACCFC; }
span { border-color: rgb(154,204,252); }
td.TdClassName
{
border-color: #9ACCFC;
}
.TagClassName
{
border-color: #9ACCFC;
}
</style>