Shades of Deep Sky Blue #06DCFC
Tints of Deep Sky Blue #06DCFC
RGB
CMYK
RGB Variations
Color information
#06DCFC (or 0x06DCFC) is known color: Deep Sky Blue. HEX triplet: 06, DC and FC. RGB value is (6,220,252). Sum of RGB (Red+Green+Blue) = 6+220+252=478 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #06DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DCFC is #F92303. Grayscale: #9F9F9F. Windows color (decimal): -16327428 or 16571398. OLE color: 16571398.
HSL color Cylindrical-coordinate representation of color #06DCFC: hue angle of 187.8º 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 #06DCFC is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 220 | 252 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.01 |
| HSL | 187.8º | 0.98% | 0.51% | - |
| HSV(B) | 187.8º | 0.98% | 0.99% | - |
| XYZ | 43.24 | 58.25 | 101.06 | - |
| YUV | 159.66 | 180.1 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 252 | 0.98 | 0.13 | 0 | 0.01 | 187.8 | 0.98 | 0.51 |
| Hex | 6 | DC | FC | 62 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 6 | 334 | 374 | 142 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 110 | 11011100 | 11111100 | 1100010 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #06DCFC
Complementary color
Monochromatic Colors of #06DCFC
Black with #06DCFC
Text Example
Text Example
White with #06DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCFC; }
p { color: rgb(6,220,252); }
H1.HeaderClassName
{
color: #06DCFC;
}
.AnyTagClassName
{
color: #06DCFC;
}
</style>
background-color css
<style>
a { background-color: #06DCFC; }
a { background-color: rgb(6,220,252); }
div.DivClassName
{
background-color: #06DCFC;
}
.BgClassName
{
background-color: #06DCFC;
}
</style>
border-color css
<style>
span { border-color: #06DCFC; }
span { border-color: rgb(6,220,252); }
td.TdClassName
{
border-color: #06DCFC;
}
.TagClassName
{
border-color: #06DCFC;
}
</style>