Shades of Deep Sky Blue #06A8F7
Tints of Deep Sky Blue #06A8F7
RGB
CMYK
RGB Variations
Color information
#06A8F7 (or 0x06A8F7) is known color: Deep Sky Blue. HEX triplet: 06, A8 and F7. RGB value is (6,168,247). Sum of RGB (Red+Green+Blue) = 6+168+247=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #06A8F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8F7 is #F95708. Grayscale: #808080. Windows color (decimal): -16340745 or 16230406. OLE color: 16230406.
HSL color Cylindrical-coordinate representation of color #06A8F7: hue angle of 199.67º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A8F7 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 168 | 247 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.03 |
| HSL | 199.67º | 0.95% | 0.5% | - |
| HSV(B) | 199.67º | 0.98% | 0.97% | - |
| XYZ | 30.87 | 34.76 | 93.08 | - |
| YUV | 128.57 | 194.83 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 247 | 0.98 | 0.32 | 0 | 0.03 | 199.67 | 0.95 | 0.5 |
| Hex | 6 | A8 | F7 | 62 | 20 | 0 | 3 | C8 | 5F | 32 |
| Octal | 6 | 250 | 367 | 142 | 40 | 0 | 3 | 310 | 137 | 62 |
| Binary | 110 | 10101000 | 11110111 | 1100010 | 100000 | 0 | 11 | 11001000 | 1011111 | 110010 |
Color Harmonies of #06A8F7
Complementary color
Monochromatic Colors of #06A8F7
Black with #06A8F7
Text Example
Text Example
White with #06A8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8F7; }
p { color: rgb(6,168,247); }
H1.HeaderClassName
{
color: #06A8F7;
}
.AnyTagClassName
{
color: #06A8F7;
}
</style>
background-color css
<style>
a { background-color: #06A8F7; }
a { background-color: rgb(6,168,247); }
div.DivClassName
{
background-color: #06A8F7;
}
.BgClassName
{
background-color: #06A8F7;
}
</style>
border-color css
<style>
span { border-color: #06A8F7; }
span { border-color: rgb(6,168,247); }
td.TdClassName
{
border-color: #06A8F7;
}
.TagClassName
{
border-color: #06A8F7;
}
</style>