Shades of Deep Sky Blue #06C8FC
Tints of Deep Sky Blue #06C8FC
RGB
CMYK
RGB Variations
Color information
#06C8FC (or 0x06C8FC) is known color: Deep Sky Blue. HEX triplet: 06, C8 and FC. RGB value is (6,200,252). Sum of RGB (Red+Green+Blue) = 6+200+252=458 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #06C8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C8FC is #F93703. Grayscale: #939393. Windows color (decimal): -16332548 or 16566278. OLE color: 16566278.
HSL color Cylindrical-coordinate representation of color #06C8FC: hue angle of 192.68º 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 #06C8FC is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 200 | 252 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.01 |
| HSL | 192.68º | 0.98% | 0.51% | - |
| HSV(B) | 192.68º | 0.98% | 0.99% | - |
| XYZ | 38.3 | 48.38 | 99.41 | - |
| YUV | 147.92 | 186.73 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 252 | 0.98 | 0.21 | 0 | 0.01 | 192.68 | 0.98 | 0.51 |
| Hex | 6 | C8 | FC | 62 | 15 | 0 | 1 | C1 | 62 | 33 |
| Octal | 6 | 310 | 374 | 142 | 25 | 0 | 1 | 301 | 142 | 63 |
| Binary | 110 | 11001000 | 11111100 | 1100010 | 10101 | 0 | 1 | 11000001 | 1100010 | 110011 |
Color Harmonies of #06C8FC
Complementary color
Monochromatic Colors of #06C8FC
Black with #06C8FC
Text Example
Text Example
White with #06C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C8FC; }
p { color: rgb(6,200,252); }
H1.HeaderClassName
{
color: #06C8FC;
}
.AnyTagClassName
{
color: #06C8FC;
}
</style>
background-color css
<style>
a { background-color: #06C8FC; }
a { background-color: rgb(6,200,252); }
div.DivClassName
{
background-color: #06C8FC;
}
.BgClassName
{
background-color: #06C8FC;
}
</style>
border-color css
<style>
span { border-color: #06C8FC; }
span { border-color: rgb(6,200,252); }
td.TdClassName
{
border-color: #06C8FC;
}
.TagClassName
{
border-color: #06C8FC;
}
</style>