Shades of Deep Sky Blue #06C8F6
Tints of Deep Sky Blue #06C8F6
RGB
CMYK
RGB Variations
Color information
#06C8F6 (or 0x06C8F6) is known color: Deep Sky Blue. HEX triplet: 06, C8 and F6. RGB value is (6,200,246). Sum of RGB (Red+Green+Blue) = 6+200+246=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #06C8F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C8F6 is #F93709. Grayscale: #929292. Windows color (decimal): -16332554 or 16173062. OLE color: 16173062.
HSL color Cylindrical-coordinate representation of color #06C8F6: hue angle of 191.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C8F6 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 200 | 246 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.04 |
| HSL | 191.5º | 0.95% | 0.49% | - |
| HSV(B) | 191.5º | 0.98% | 0.96% | - |
| XYZ | 37.36 | 48 | 94.48 | - |
| YUV | 147.24 | 183.73 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 246 | 0.98 | 0.19 | 0 | 0.04 | 191.5 | 0.95 | 0.49 |
| Hex | 6 | C8 | F6 | 62 | 13 | 0 | 4 | C0 | 5F | 31 |
| Octal | 6 | 310 | 366 | 142 | 23 | 0 | 4 | 300 | 137 | 61 |
| Binary | 110 | 11001000 | 11110110 | 1100010 | 10011 | 0 | 100 | 11000000 | 1011111 | 110001 |
Color Harmonies of #06C8F6
Complementary color
Monochromatic Colors of #06C8F6
Black with #06C8F6
Text Example
Text Example
White with #06C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C8F6; }
p { color: rgb(6,200,246); }
H1.HeaderClassName
{
color: #06C8F6;
}
.AnyTagClassName
{
color: #06C8F6;
}
</style>
background-color css
<style>
a { background-color: #06C8F6; }
a { background-color: rgb(6,200,246); }
div.DivClassName
{
background-color: #06C8F6;
}
.BgClassName
{
background-color: #06C8F6;
}
</style>
border-color css
<style>
span { border-color: #06C8F6; }
span { border-color: rgb(6,200,246); }
td.TdClassName
{
border-color: #06C8F6;
}
.TagClassName
{
border-color: #06C8F6;
}
</style>