Shades of Deep Sky Blue #06A8FD
Tints of Deep Sky Blue #06A8FD
RGB
CMYK
RGB Variations
Color information
#06A8FD (or 0x06A8FD) is known color: Deep Sky Blue. HEX triplet: 06, A8 and FD. RGB value is (6,168,253). Sum of RGB (Red+Green+Blue) = 6+168+253=427 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #06A8FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8FD is #F95702. Grayscale: #808080. Windows color (decimal): -16340739 or 16623622. OLE color: 16623622.
HSL color Cylindrical-coordinate representation of color #06A8FD: hue angle of 200.65º 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 #06A8FD is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 168 | 253 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.01 |
| HSL | 200.65º | 0.98% | 0.51% | - |
| HSV(B) | 200.65º | 0.98% | 0.99% | - |
| XYZ | 31.81 | 35.14 | 98.03 | - |
| YUV | 129.25 | 197.83 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 253 | 0.98 | 0.34 | 0 | 0.01 | 200.65 | 0.98 | 0.51 |
| Hex | 6 | A8 | FD | 62 | 22 | 0 | 1 | C9 | 62 | 33 |
| Octal | 6 | 250 | 375 | 142 | 42 | 0 | 1 | 311 | 142 | 63 |
| Binary | 110 | 10101000 | 11111101 | 1100010 | 100010 | 0 | 1 | 11001001 | 1100010 | 110011 |
Color Harmonies of #06A8FD
Complementary color
Monochromatic Colors of #06A8FD
Black with #06A8FD
Text Example
Text Example
White with #06A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8FD; }
p { color: rgb(6,168,253); }
H1.HeaderClassName
{
color: #06A8FD;
}
.AnyTagClassName
{
color: #06A8FD;
}
</style>
background-color css
<style>
a { background-color: #06A8FD; }
a { background-color: rgb(6,168,253); }
div.DivClassName
{
background-color: #06A8FD;
}
.BgClassName
{
background-color: #06A8FD;
}
</style>
border-color css
<style>
span { border-color: #06A8FD; }
span { border-color: rgb(6,168,253); }
td.TdClassName
{
border-color: #06A8FD;
}
.TagClassName
{
border-color: #06A8FD;
}
</style>