Shades of Sail #9ACCFD
Tints of Sail #9ACCFD
RGB
CMYK
RGB Variations
Color information
#9ACCFD (or 0x9ACCFD) is known color: Sail. HEX triplet: 9A, CC and FD. RGB value is (154,204,253). Sum of RGB (Red+Green+Blue) = 154+204+253=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ACCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCFD is #653302. Grayscale: #C2C2C2. Windows color (decimal): -6632195 or 16632986. OLE color: 16632986.
HSL color Cylindrical-coordinate representation of color #9ACCFD: hue angle of 209.7º degrees, saturation: 0.96, 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 #9ACCFD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 204 | 253 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.01 |
| HSL | 209.7º | 0.96% | 0.8% | - |
| HSV(B) | 209.7º | 0.39% | 0.99% | - |
| XYZ | 52.65 | 57.15 | 101.18 | - |
| YUV | 194.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 253 | 0.39 | 0.19 | 0 | 0.01 | 209.7 | 0.96 | 0.8 |
| Hex | 9A | CC | FD | 27 | 13 | 0 | 1 | D2 | 60 | 50 |
| Octal | 232 | 314 | 375 | 47 | 23 | 0 | 1 | 322 | 140 | 120 |
| Binary | 10011010 | 11001100 | 11111101 | 100111 | 10011 | 0 | 1 | 11010010 | 1100000 | 1010000 |
Color Harmonies of #9ACCFD
Complementary color
Monochromatic Colors of #9ACCFD
Black with #9ACCFD
Text Example
Text Example
White with #9ACCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCFD; }
p { color: rgb(154,204,253); }
H1.HeaderClassName
{
color: #9ACCFD;
}
.AnyTagClassName
{
color: #9ACCFD;
}
</style>
background-color css
<style>
a { background-color: #9ACCFD; }
a { background-color: rgb(154,204,253); }
div.DivClassName
{
background-color: #9ACCFD;
}
.BgClassName
{
background-color: #9ACCFD;
}
</style>
border-color css
<style>
span { border-color: #9ACCFD; }
span { border-color: rgb(154,204,253); }
td.TdClassName
{
border-color: #9ACCFD;
}
.TagClassName
{
border-color: #9ACCFD;
}
</style>