Shades of Deep Sky Blue #06A8F6
Tints of Deep Sky Blue #06A8F6
RGB
CMYK
RGB Variations
Color information
#06A8F6 (or 0x06A8F6) is known color: Deep Sky Blue. HEX triplet: 06, A8 and F6. RGB value is (6,168,246). Sum of RGB (Red+Green+Blue) = 6+168+246=420 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #06A8F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8F6 is #F95709. Grayscale: #7F7F7F. Windows color (decimal): -16340746 or 16164870. OLE color: 16164870.
HSL color Cylindrical-coordinate representation of color #06A8F6: hue angle of 199.5º degrees, saturation: 0.95, 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 #06A8F6 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 168 | 246 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.04 |
| HSL | 199.5º | 0.95% | 0.49% | - |
| HSV(B) | 199.5º | 0.98% | 0.96% | - |
| XYZ | 30.71 | 34.7 | 92.27 | - |
| YUV | 128.45 | 194.33 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 246 | 0.98 | 0.32 | 0 | 0.04 | 199.5 | 0.95 | 0.49 |
| Hex | 6 | A8 | F6 | 62 | 20 | 0 | 4 | C8 | 5F | 31 |
| Octal | 6 | 250 | 366 | 142 | 40 | 0 | 4 | 310 | 137 | 61 |
| Binary | 110 | 10101000 | 11110110 | 1100010 | 100000 | 0 | 100 | 11001000 | 1011111 | 110001 |
Color Harmonies of #06A8F6
Complementary color
Monochromatic Colors of #06A8F6
Black with #06A8F6
Text Example
Text Example
White with #06A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8F6; }
p { color: rgb(6,168,246); }
H1.HeaderClassName
{
color: #06A8F6;
}
.AnyTagClassName
{
color: #06A8F6;
}
</style>
background-color css
<style>
a { background-color: #06A8F6; }
a { background-color: rgb(6,168,246); }
div.DivClassName
{
background-color: #06A8F6;
}
.BgClassName
{
background-color: #06A8F6;
}
</style>
border-color css
<style>
span { border-color: #06A8F6; }
span { border-color: rgb(6,168,246); }
td.TdClassName
{
border-color: #06A8F6;
}
.TagClassName
{
border-color: #06A8F6;
}
</style>