Shades of Deep Sky Blue #05ACF0
Tints of Deep Sky Blue #05ACF0
RGB
CMYK
RGB Variations
Color information
#05ACF0 (or 0x05ACF0) is known color: Deep Sky Blue. HEX triplet: 05, AC and F0. RGB value is (5,172,240). Sum of RGB (Red+Green+Blue) = 5+172+240=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #05ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ACF0 is #FA530F. Grayscale: #818181. Windows color (decimal): -16405264 or 15772677. OLE color: 15772677.
HSL color Cylindrical-coordinate representation of color #05ACF0: hue angle of 197.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ACF0 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 172 | 240 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.06 |
| HSL | 197.36º | 0.96% | 0.48% | - |
| HSV(B) | 197.36º | 0.98% | 0.94% | - |
| XYZ | 30.54 | 35.83 | 87.74 | - |
| YUV | 129.82 | 190.17 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 240 | 0.98 | 0.28 | 0 | 0.06 | 197.36 | 0.96 | 0.48 |
| Hex | 5 | AC | F0 | 62 | 1C | 0 | 6 | C5 | 60 | 30 |
| Octal | 5 | 254 | 360 | 142 | 34 | 0 | 6 | 305 | 140 | 60 |
| Binary | 101 | 10101100 | 11110000 | 1100010 | 11100 | 0 | 110 | 11000101 | 1100000 | 110000 |
Color Harmonies of #05ACF0
Complementary color
Monochromatic Colors of #05ACF0
Black with #05ACF0
Text Example
Text Example
White with #05ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ACF0; }
p { color: rgb(5,172,240); }
H1.HeaderClassName
{
color: #05ACF0;
}
.AnyTagClassName
{
color: #05ACF0;
}
</style>
background-color css
<style>
a { background-color: #05ACF0; }
a { background-color: rgb(5,172,240); }
div.DivClassName
{
background-color: #05ACF0;
}
.BgClassName
{
background-color: #05ACF0;
}
</style>
border-color css
<style>
span { border-color: #05ACF0; }
span { border-color: rgb(5,172,240); }
td.TdClassName
{
border-color: #05ACF0;
}
.TagClassName
{
border-color: #05ACF0;
}
</style>