Shades of Deep Sky Blue #00ACFF
Tints of Deep Sky Blue #00ACFF
RGB
CMYK
RGB Variations
Color information
#00ACFF (or 0x00ACFF) is known color: Deep Sky Blue. HEX triplet: 00, AC and FF. RGB value is (0,172,255). Sum of RGB (Red+Green+Blue) = 0+172+255=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #00ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ACFF is #FF5300. Grayscale: #818181. Windows color (decimal): -16732929 or 16755712. OLE color: 16755712.
HSL color Cylindrical-coordinate representation of color #00ACFF: hue angle of 199.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACFF is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 172 | 255 | - |
| CMYK | 1 | 0.33 | 0 | 0 |
| HSL | 199.53º | 1% | 0.5% | - |
| HSV(B) | 199.53º | 1% | 1% | - |
| XYZ | 32.8 | 36.73 | 99.97 | - |
| YUV | 130.03 | 198.52 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 255 | 1 | 0.33 | 0 | 0 | 199.53 | 1 | 0.5 |
| Hex | 0 | AC | FF | 64 | 21 | 0 | 0 | C8 | 64 | 32 |
| Octal | 0 | 254 | 377 | 144 | 41 | 0 | 0 | 310 | 144 | 62 |
| Binary | 0 | 10101100 | 11111111 | 1100100 | 100001 | 0 | 0 | 11001000 | 1100100 | 110010 |
Color Harmonies of #00ACFF
Complementary color
Monochromatic Colors of #00ACFF
Black with #00ACFF
Text Example
Text Example
White with #00ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACFF; }
p { color: rgb(0,172,255); }
H1.HeaderClassName
{
color: #00ACFF;
}
.AnyTagClassName
{
color: #00ACFF;
}
</style>
background-color css
<style>
a { background-color: #00ACFF; }
a { background-color: rgb(0,172,255); }
div.DivClassName
{
background-color: #00ACFF;
}
.BgClassName
{
background-color: #00ACFF;
}
</style>
border-color css
<style>
span { border-color: #00ACFF; }
span { border-color: rgb(0,172,255); }
td.TdClassName
{
border-color: #00ACFF;
}
.TagClassName
{
border-color: #00ACFF;
}
</style>