Shades of Deep Sky Blue #01ACF7
Tints of Deep Sky Blue #01ACF7
RGB
CMYK
RGB Variations
Color information
#01ACF7 (or 0x01ACF7) is known color: Deep Sky Blue. HEX triplet: 01, AC and F7. RGB value is (1,172,247). Sum of RGB (Red+Green+Blue) = 1+172+247=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #01ACF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ACF7 is #FE5308. Grayscale: #808080. Windows color (decimal): -16667401 or 16231425. OLE color: 16231425.
HSL color Cylindrical-coordinate representation of color #01ACF7: hue angle of 198.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ACF7 is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 172 | 247 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.03 |
| HSL | 198.29º | 0.99% | 0.49% | - |
| HSV(B) | 198.29º | 1% | 0.97% | - |
| XYZ | 31.55 | 36.23 | 93.33 | - |
| YUV | 129.42 | 194.35 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 247 | 1.00 | 0.30 | 0 | 0.03 | 198.29 | 0.99 | 0.49 |
| Hex | 1 | AC | F7 | 64 | 1E | 0 | 3 | C6 | 63 | 31 |
| Octal | 1 | 254 | 367 | 144 | 36 | 0 | 3 | 306 | 143 | 61 |
| Binary | 1 | 10101100 | 11110111 | 1100100 | 11110 | 0 | 11 | 11000110 | 1100011 | 110001 |
Color Harmonies of #01ACF7
Complementary color
Monochromatic Colors of #01ACF7
Black with #01ACF7
Text Example
Text Example
White with #01ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ACF7; }
p { color: rgb(1,172,247); }
H1.HeaderClassName
{
color: #01ACF7;
}
.AnyTagClassName
{
color: #01ACF7;
}
</style>
background-color css
<style>
a { background-color: #01ACF7; }
a { background-color: rgb(1,172,247); }
div.DivClassName
{
background-color: #01ACF7;
}
.BgClassName
{
background-color: #01ACF7;
}
</style>
border-color css
<style>
span { border-color: #01ACF7; }
span { border-color: rgb(1,172,247); }
td.TdClassName
{
border-color: #01ACF7;
}
.TagClassName
{
border-color: #01ACF7;
}
</style>