Shades of Deep Sky Blue #06A2FE
Tints of Deep Sky Blue #06A2FE
RGB
CMYK
RGB Variations
Color information
#06A2FE (or 0x06A2FE) is known color: Deep Sky Blue. HEX triplet: 06, A2 and FE. RGB value is (6,162,254). Sum of RGB (Red+Green+Blue) = 6+162+254=422 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #06A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A2FE is #F95D01. Grayscale: #7D7D7D. Windows color (decimal): -16342274 or 16687622. OLE color: 16687622.
HSL color Cylindrical-coordinate representation of color #06A2FE: hue angle of 202.26º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A2FE is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 162 | 254 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.00 |
| HSL | 202.26º | 0.99% | 0.51% | - |
| HSV(B) | 202.26º | 0.98% | 1% | - |
| XYZ | 30.88 | 33.04 | 98.51 | - |
| YUV | 125.84 | 200.32 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 254 | 0.98 | 0.36 | 0 | 0.00 | 202.26 | 0.99 | 0.51 |
| Hex | 6 | A2 | FE | 62 | 24 | 0 | 0 | CA | 63 | 33 |
| Octal | 6 | 242 | 376 | 142 | 44 | 0 | 0 | 312 | 143 | 63 |
| Binary | 110 | 10100010 | 11111110 | 1100010 | 100100 | 0 | 0 | 11001010 | 1100011 | 110011 |
Color Harmonies of #06A2FE
Complementary color
Monochromatic Colors of #06A2FE
Black with #06A2FE
Text Example
Text Example
White with #06A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A2FE; }
p { color: rgb(6,162,254); }
H1.HeaderClassName
{
color: #06A2FE;
}
.AnyTagClassName
{
color: #06A2FE;
}
</style>
background-color css
<style>
a { background-color: #06A2FE; }
a { background-color: rgb(6,162,254); }
div.DivClassName
{
background-color: #06A2FE;
}
.BgClassName
{
background-color: #06A2FE;
}
</style>
border-color css
<style>
span { border-color: #06A2FE; }
span { border-color: rgb(6,162,254); }
td.TdClassName
{
border-color: #06A2FE;
}
.TagClassName
{
border-color: #06A2FE;
}
</style>