Shades of Deep Sky Blue #06A8F3
Tints of Deep Sky Blue #06A8F3
RGB
CMYK
RGB Variations
Color information
#06A8F3 (or 0x06A8F3) is known color: Deep Sky Blue. HEX triplet: 06, A8 and F3. RGB value is (6,168,243). Sum of RGB (Red+Green+Blue) = 6+168+243=417 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #06A8F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8F3 is #F9570C. Grayscale: #7F7F7F. Windows color (decimal): -16340749 or 15968262. OLE color: 15968262.
HSL color Cylindrical-coordinate representation of color #06A8F3: hue angle of 198.99º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A8F3 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 168 | 243 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.05 |
| HSL | 198.99º | 0.95% | 0.49% | - |
| HSV(B) | 198.99º | 0.98% | 0.95% | - |
| XYZ | 30.26 | 34.52 | 89.86 | - |
| YUV | 128.11 | 192.83 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 243 | 0.98 | 0.31 | 0 | 0.05 | 198.99 | 0.95 | 0.49 |
| Hex | 6 | A8 | F3 | 62 | 1F | 0 | 5 | C7 | 5F | 31 |
| Octal | 6 | 250 | 363 | 142 | 37 | 0 | 5 | 307 | 137 | 61 |
| Binary | 110 | 10101000 | 11110011 | 1100010 | 11111 | 0 | 101 | 11000111 | 1011111 | 110001 |
Color Harmonies of #06A8F3
Complementary color
Monochromatic Colors of #06A8F3
Black with #06A8F3
Text Example
Text Example
White with #06A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8F3; }
p { color: rgb(6,168,243); }
H1.HeaderClassName
{
color: #06A8F3;
}
.AnyTagClassName
{
color: #06A8F3;
}
</style>
background-color css
<style>
a { background-color: #06A8F3; }
a { background-color: rgb(6,168,243); }
div.DivClassName
{
background-color: #06A8F3;
}
.BgClassName
{
background-color: #06A8F3;
}
</style>
border-color css
<style>
span { border-color: #06A8F3; }
span { border-color: rgb(6,168,243); }
td.TdClassName
{
border-color: #06A8F3;
}
.TagClassName
{
border-color: #06A8F3;
}
</style>