Shades of Deep Sky Blue #06ACF9
Tints of Deep Sky Blue #06ACF9
RGB
CMYK
RGB Variations
Color information
#06ACF9 (or 0x06ACF9) is known color: Deep Sky Blue. HEX triplet: 06, AC and F9. RGB value is (6,172,249). Sum of RGB (Red+Green+Blue) = 6+172+249=427 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #06ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACF9 is #F95306. Grayscale: #828282. Windows color (decimal): -16339719 or 16362502. OLE color: 16362502.
HSL color Cylindrical-coordinate representation of color #06ACF9: hue angle of 199.01º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ACF9 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 172 | 249 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.02 |
| HSL | 199.01º | 0.95% | 0.5% | - |
| HSV(B) | 199.01º | 0.98% | 0.98% | - |
| XYZ | 31.93 | 36.38 | 94.96 | - |
| YUV | 131.14 | 194.5 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 249 | 0.98 | 0.31 | 0 | 0.02 | 199.01 | 0.95 | 0.5 |
| Hex | 6 | AC | F9 | 62 | 1F | 0 | 2 | C7 | 5F | 32 |
| Octal | 6 | 254 | 371 | 142 | 37 | 0 | 2 | 307 | 137 | 62 |
| Binary | 110 | 10101100 | 11111001 | 1100010 | 11111 | 0 | 10 | 11000111 | 1011111 | 110010 |
Color Harmonies of #06ACF9
Complementary color
Monochromatic Colors of #06ACF9
Black with #06ACF9
Text Example
Text Example
White with #06ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACF9; }
p { color: rgb(6,172,249); }
H1.HeaderClassName
{
color: #06ACF9;
}
.AnyTagClassName
{
color: #06ACF9;
}
</style>
background-color css
<style>
a { background-color: #06ACF9; }
a { background-color: rgb(6,172,249); }
div.DivClassName
{
background-color: #06ACF9;
}
.BgClassName
{
background-color: #06ACF9;
}
</style>
border-color css
<style>
span { border-color: #06ACF9; }
span { border-color: rgb(6,172,249); }
td.TdClassName
{
border-color: #06ACF9;
}
.TagClassName
{
border-color: #06ACF9;
}
</style>