Shades of Deep Sky Blue #05ACF6
Tints of Deep Sky Blue #05ACF6
RGB
CMYK
RGB Variations
Color information
#05ACF6 (or 0x05ACF6) is known color: Deep Sky Blue. HEX triplet: 05, AC and F6. RGB value is (5,172,246). Sum of RGB (Red+Green+Blue) = 5+172+246=423 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #05ACF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ACF6 is #FA5309. Grayscale: #828282. Windows color (decimal): -16405258 or 16165893. OLE color: 16165893.
HSL color Cylindrical-coordinate representation of color #05ACF6: hue angle of 198.42º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ACF6 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 172 | 246 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.04 |
| HSL | 198.42º | 0.96% | 0.49% | - |
| HSV(B) | 198.42º | 0.98% | 0.96% | - |
| XYZ | 31.45 | 36.19 | 92.52 | - |
| YUV | 130.5 | 193.17 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 246 | 0.98 | 0.30 | 0 | 0.04 | 198.42 | 0.96 | 0.49 |
| Hex | 5 | AC | F6 | 62 | 1E | 0 | 4 | C6 | 60 | 31 |
| Octal | 5 | 254 | 366 | 142 | 36 | 0 | 4 | 306 | 140 | 61 |
| Binary | 101 | 10101100 | 11110110 | 1100010 | 11110 | 0 | 100 | 11000110 | 1100000 | 110001 |
Color Harmonies of #05ACF6
Complementary color
Monochromatic Colors of #05ACF6
Black with #05ACF6
Text Example
Text Example
White with #05ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ACF6; }
p { color: rgb(5,172,246); }
H1.HeaderClassName
{
color: #05ACF6;
}
.AnyTagClassName
{
color: #05ACF6;
}
</style>
background-color css
<style>
a { background-color: #05ACF6; }
a { background-color: rgb(5,172,246); }
div.DivClassName
{
background-color: #05ACF6;
}
.BgClassName
{
background-color: #05ACF6;
}
</style>
border-color css
<style>
span { border-color: #05ACF6; }
span { border-color: rgb(5,172,246); }
td.TdClassName
{
border-color: #05ACF6;
}
.TagClassName
{
border-color: #05ACF6;
}
</style>