Shades of Deep Sky Blue #00ACFE
Tints of Deep Sky Blue #00ACFE
RGB
CMYK
RGB Variations
Color information
#00ACFE (or 0x00ACFE) is known color: Deep Sky Blue. HEX triplet: 00, AC and FE. RGB value is (0,172,254). Sum of RGB (Red+Green+Blue) = 0+172+254=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #00ACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ACFE is #FF5301. Grayscale: #818181. Windows color (decimal): -16732930 or 16690176. OLE color: 16690176.
HSL color Cylindrical-coordinate representation of color #00ACFE: hue angle of 199.37º 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 #00ACFE is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 172 | 254 | - |
| CMYK | 1 | 0.32 | 0 | 0.00 |
| HSL | 199.37º | 1% | 0.5% | - |
| HSV(B) | 199.37º | 1% | 1% | - |
| XYZ | 32.64 | 36.66 | 99.12 | - |
| YUV | 129.92 | 198.02 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 254 | 1 | 0.32 | 0 | 0.00 | 199.37 | 1 | 0.5 |
| Hex | 0 | AC | FE | 64 | 20 | 0 | 0 | C7 | 64 | 32 |
| Octal | 0 | 254 | 376 | 144 | 40 | 0 | 0 | 307 | 144 | 62 |
| Binary | 0 | 10101100 | 11111110 | 1100100 | 100000 | 0 | 0 | 11000111 | 1100100 | 110010 |
Color Harmonies of #00ACFE
Complementary color
Monochromatic Colors of #00ACFE
Black with #00ACFE
Text Example
Text Example
White with #00ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACFE; }
p { color: rgb(0,172,254); }
H1.HeaderClassName
{
color: #00ACFE;
}
.AnyTagClassName
{
color: #00ACFE;
}
</style>
background-color css
<style>
a { background-color: #00ACFE; }
a { background-color: rgb(0,172,254); }
div.DivClassName
{
background-color: #00ACFE;
}
.BgClassName
{
background-color: #00ACFE;
}
</style>
border-color css
<style>
span { border-color: #00ACFE; }
span { border-color: rgb(0,172,254); }
td.TdClassName
{
border-color: #00ACFE;
}
.TagClassName
{
border-color: #00ACFE;
}
</style>