Shades of Deep Sky Blue #06DCFD
Tints of Deep Sky Blue #06DCFD
RGB
CMYK
RGB Variations
Color information
#06DCFD (or 0x06DCFD) is known color: Deep Sky Blue. HEX triplet: 06, DC and FD. RGB value is (6,220,253). Sum of RGB (Red+Green+Blue) = 6+220+253=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #06DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DCFD is #F92302. Grayscale: #9F9F9F. Windows color (decimal): -16327427 or 16636934. OLE color: 16636934.
HSL color Cylindrical-coordinate representation of color #06DCFD: hue angle of 188.02º 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 #06DCFD is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 6 | 220 | 253 | - |
CMYK | 0.98 | 0.13 | 0 | 0.01 |
HSL | 188.02º | 0.98% | 0.51% | - |
HSV(B) | 188.02º | 0.98% | 0.99% | - |
XYZ | 43.4 | 58.32 | 101.9 | - |
YUV | 159.78 | 180.6 | 18.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 220 | 253 | 0.98 | 0.13 | 0 | 0.01 | 188.02 | 0.98 | 0.51 |
Hex | 6 | DC | FD | 62 | D | 0 | 1 | BC | 62 | 33 |
Octal | 6 | 334 | 375 | 142 | 15 | 0 | 1 | 274 | 142 | 63 |
Binary | 110 | 11011100 | 11111101 | 1100010 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #06DCFD
Complementary color
Monochromatic Colors of #06DCFD
Black with #06DCFD
Text Example
Text Example
White with #06DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCFD; }
p { color: rgb(6,220,253); }
H1.HeaderClassName
{
color: #06DCFD;
}
.AnyTagClassName
{
color: #06DCFD;
}
</style>
background-color css
<style>
a { background-color: #06DCFD; }
a { background-color: rgb(6,220,253); }
div.DivClassName
{
background-color: #06DCFD;
}
.BgClassName
{
background-color: #06DCFD;
}
</style>
border-color css
<style>
span { border-color: #06DCFD; }
span { border-color: rgb(6,220,253); }
td.TdClassName
{
border-color: #06DCFD;
}
.TagClassName
{
border-color: #06DCFD;
}
</style>