Shades of Deep Sky Blue #06DCFF
Tints of Deep Sky Blue #06DCFF
RGB
CMYK
RGB Variations
Color information
#06DCFF (or 0x06DCFF) is known color: Deep Sky Blue. HEX triplet: 06, DC and FF. RGB value is (6,220,255). Sum of RGB (Red+Green+Blue) = 6+220+255=481 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #06DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DCFF is #F92300. Grayscale: #9F9F9F. Windows color (decimal): -16327425 or 16768006. OLE color: 16768006.
HSL color Cylindrical-coordinate representation of color #06DCFF: hue angle of 188.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DCFF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 220 | 255 | - |
| CMYK | 0.98 | 0.14 | 0 | 0 |
| HSL | 188.43º | 1% | 0.51% | - |
| HSV(B) | 188.43º | 0.98% | 1% | - |
| XYZ | 43.72 | 58.45 | 103.58 | - |
| YUV | 160 | 181.6 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 255 | 0.98 | 0.14 | 0 | 0 | 188.43 | 1 | 0.51 |
| Hex | 6 | DC | FF | 62 | E | 0 | 0 | BC | 64 | 33 |
| Octal | 6 | 334 | 377 | 142 | 16 | 0 | 0 | 274 | 144 | 63 |
| Binary | 110 | 11011100 | 11111111 | 1100010 | 1110 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #06DCFF
Complementary color
Monochromatic Colors of #06DCFF
Black with #06DCFF
Text Example
Text Example
White with #06DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCFF; }
p { color: rgb(6,220,255); }
H1.HeaderClassName
{
color: #06DCFF;
}
.AnyTagClassName
{
color: #06DCFF;
}
</style>
background-color css
<style>
a { background-color: #06DCFF; }
a { background-color: rgb(6,220,255); }
div.DivClassName
{
background-color: #06DCFF;
}
.BgClassName
{
background-color: #06DCFF;
}
</style>
border-color css
<style>
span { border-color: #06DCFF; }
span { border-color: rgb(6,220,255); }
td.TdClassName
{
border-color: #06DCFF;
}
.TagClassName
{
border-color: #06DCFF;
}
</style>