Shades of Deep Sky Blue #06A8FC
Tints of Deep Sky Blue #06A8FC
RGB
CMYK
RGB Variations
Color information
#06A8FC (or 0x06A8FC) is known color: Deep Sky Blue. HEX triplet: 06, A8 and FC. RGB value is (6,168,252). Sum of RGB (Red+Green+Blue) = 6+168+252=426 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #06A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8FC is #F95703. Grayscale: #808080. Windows color (decimal): -16340740 or 16558086. OLE color: 16558086.
HSL color Cylindrical-coordinate representation of color #06A8FC: hue angle of 200.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A8FC is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 168 | 252 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.01 |
| HSL | 200.49º | 0.98% | 0.51% | - |
| HSV(B) | 200.49º | 0.98% | 0.99% | - |
| XYZ | 31.65 | 35.07 | 97.2 | - |
| YUV | 129.14 | 197.33 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 252 | 0.98 | 0.33 | 0 | 0.01 | 200.49 | 0.98 | 0.51 |
| Hex | 6 | A8 | FC | 62 | 21 | 0 | 1 | C8 | 62 | 33 |
| Octal | 6 | 250 | 374 | 142 | 41 | 0 | 1 | 310 | 142 | 63 |
| Binary | 110 | 10101000 | 11111100 | 1100010 | 100001 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #06A8FC
Complementary color
Monochromatic Colors of #06A8FC
Black with #06A8FC
Text Example
Text Example
White with #06A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8FC; }
p { color: rgb(6,168,252); }
H1.HeaderClassName
{
color: #06A8FC;
}
.AnyTagClassName
{
color: #06A8FC;
}
</style>
background-color css
<style>
a { background-color: #06A8FC; }
a { background-color: rgb(6,168,252); }
div.DivClassName
{
background-color: #06A8FC;
}
.BgClassName
{
background-color: #06A8FC;
}
</style>
border-color css
<style>
span { border-color: #06A8FC; }
span { border-color: rgb(6,168,252); }
td.TdClassName
{
border-color: #06A8FC;
}
.TagClassName
{
border-color: #06A8FC;
}
</style>