Shades of Deep Sky Blue #01ACF2
Tints of Deep Sky Blue #01ACF2
RGB
CMYK
RGB Variations
Color information
#01ACF2 (or 0x01ACF2) is known color: Deep Sky Blue. HEX triplet: 01, AC and F2. RGB value is (1,172,242). Sum of RGB (Red+Green+Blue) = 1+172+242=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #01ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ACF2 is #FE530D. Grayscale: #808080. Windows color (decimal): -16667406 or 15903745. OLE color: 15903745.
HSL color Cylindrical-coordinate representation of color #01ACF2: hue angle of 197.43º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ACF2 is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 172 | 242 | - |
| CMYK | 1.00 | 0.29 | 0 | 0.05 |
| HSL | 197.43º | 0.99% | 0.48% | - |
| HSV(B) | 197.43º | 1% | 0.95% | - |
| XYZ | 30.79 | 35.92 | 89.32 | - |
| YUV | 128.85 | 191.85 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 242 | 1.00 | 0.29 | 0 | 0.05 | 197.43 | 0.99 | 0.48 |
| Hex | 1 | AC | F2 | 64 | 1D | 0 | 5 | C5 | 63 | 30 |
| Octal | 1 | 254 | 362 | 144 | 35 | 0 | 5 | 305 | 143 | 60 |
| Binary | 1 | 10101100 | 11110010 | 1100100 | 11101 | 0 | 101 | 11000101 | 1100011 | 110000 |
Color Harmonies of #01ACF2
Complementary color
Monochromatic Colors of #01ACF2
Black with #01ACF2
Text Example
Text Example
White with #01ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ACF2; }
p { color: rgb(1,172,242); }
H1.HeaderClassName
{
color: #01ACF2;
}
.AnyTagClassName
{
color: #01ACF2;
}
</style>
background-color css
<style>
a { background-color: #01ACF2; }
a { background-color: rgb(1,172,242); }
div.DivClassName
{
background-color: #01ACF2;
}
.BgClassName
{
background-color: #01ACF2;
}
</style>
border-color css
<style>
span { border-color: #01ACF2; }
span { border-color: rgb(1,172,242); }
td.TdClassName
{
border-color: #01ACF2;
}
.TagClassName
{
border-color: #01ACF2;
}
</style>