Shades of Deep Sky Blue #00ACFD
Tints of Deep Sky Blue #00ACFD
RGB
CMYK
RGB Variations
Color information
#00ACFD (or 0x00ACFD) is known color: Deep Sky Blue. HEX triplet: 00, AC and FD. RGB value is (0,172,253). Sum of RGB (Red+Green+Blue) = 0+172+253=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #00ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ACFD is #FF5302. Grayscale: #818181. Windows color (decimal): -16732931 or 16624640. OLE color: 16624640.
HSL color Cylindrical-coordinate representation of color #00ACFD: hue angle of 199.21º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACFD is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 172 | 253 | - |
| CMYK | 1 | 0.32 | 0 | 0.01 |
| HSL | 199.21º | 1% | 0.5% | - |
| HSV(B) | 199.21º | 1% | 0.99% | - |
| XYZ | 32.48 | 36.6 | 98.28 | - |
| YUV | 129.81 | 197.52 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 253 | 1 | 0.32 | 0 | 0.01 | 199.21 | 1 | 0.5 |
| Hex | 0 | AC | FD | 64 | 20 | 0 | 1 | C7 | 64 | 32 |
| Octal | 0 | 254 | 375 | 144 | 40 | 0 | 1 | 307 | 144 | 62 |
| Binary | 0 | 10101100 | 11111101 | 1100100 | 100000 | 0 | 1 | 11000111 | 1100100 | 110010 |
Color Harmonies of #00ACFD
Complementary color
Monochromatic Colors of #00ACFD
Black with #00ACFD
Text Example
Text Example
White with #00ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACFD; }
p { color: rgb(0,172,253); }
H1.HeaderClassName
{
color: #00ACFD;
}
.AnyTagClassName
{
color: #00ACFD;
}
</style>
background-color css
<style>
a { background-color: #00ACFD; }
a { background-color: rgb(0,172,253); }
div.DivClassName
{
background-color: #00ACFD;
}
.BgClassName
{
background-color: #00ACFD;
}
</style>
border-color css
<style>
span { border-color: #00ACFD; }
span { border-color: rgb(0,172,253); }
td.TdClassName
{
border-color: #00ACFD;
}
.TagClassName
{
border-color: #00ACFD;
}
</style>