Shades of Deep Sky Blue #06DDFC
Tints of Deep Sky Blue #06DDFC
RGB
CMYK
RGB Variations
Color information
#06DDFC (or 0x06DDFC) is known color: Deep Sky Blue. HEX triplet: 06, DD and FC. RGB value is (6,221,252). Sum of RGB (Red+Green+Blue) = 6+221+252=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #06DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DDFC is #F92203. Grayscale: #9F9F9F. Windows color (decimal): -16327172 or 16571654. OLE color: 16571654.
HSL color Cylindrical-coordinate representation of color #06DDFC: hue angle of 187.56º 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 #06DDFC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 221 | 252 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.01 |
| HSL | 187.56º | 0.98% | 0.51% | - |
| HSV(B) | 187.56º | 0.98% | 0.99% | - |
| XYZ | 43.5 | 58.78 | 101.15 | - |
| YUV | 160.25 | 179.77 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 252 | 0.98 | 0.12 | 0 | 0.01 | 187.56 | 0.98 | 0.51 |
| Hex | 6 | DD | FC | 62 | C | 0 | 1 | BC | 62 | 33 |
| Octal | 6 | 335 | 374 | 142 | 14 | 0 | 1 | 274 | 142 | 63 |
| Binary | 110 | 11011101 | 11111100 | 1100010 | 1100 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #06DDFC
Complementary color
Monochromatic Colors of #06DDFC
Black with #06DDFC
Text Example
Text Example
White with #06DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDFC; }
p { color: rgb(6,221,252); }
H1.HeaderClassName
{
color: #06DDFC;
}
.AnyTagClassName
{
color: #06DDFC;
}
</style>
background-color css
<style>
a { background-color: #06DDFC; }
a { background-color: rgb(6,221,252); }
div.DivClassName
{
background-color: #06DDFC;
}
.BgClassName
{
background-color: #06DDFC;
}
</style>
border-color css
<style>
span { border-color: #06DDFC; }
span { border-color: rgb(6,221,252); }
td.TdClassName
{
border-color: #06DDFC;
}
.TagClassName
{
border-color: #06DDFC;
}
</style>