Shades of Deep Sky Blue #06DAFA
Tints of Deep Sky Blue #06DAFA
RGB
CMYK
RGB Variations
Color information
#06DAFA (or 0x06DAFA) is known color: Deep Sky Blue. HEX triplet: 06, DA and FA. RGB value is (6,218,250). Sum of RGB (Red+Green+Blue) = 6+218+250=474 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #06DAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DAFA is #F92505. Grayscale: #9D9D9D. Windows color (decimal): -16327942 or 16439814. OLE color: 16439814.
HSL color Cylindrical-coordinate representation of color #06DAFA: hue angle of 187.87º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DAFA is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 218 | 250 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.02 |
| HSL | 187.87º | 0.96% | 0.5% | - |
| HSV(B) | 187.87º | 0.98% | 0.98% | - |
| XYZ | 42.4 | 57.08 | 99.23 | - |
| YUV | 158.26 | 179.76 | 19.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 218 | 250 | 0.98 | 0.13 | 0 | 0.02 | 187.87 | 0.96 | 0.5 |
| Hex | 6 | DA | FA | 62 | D | 0 | 2 | BC | 60 | 32 |
| Octal | 6 | 332 | 372 | 142 | 15 | 0 | 2 | 274 | 140 | 62 |
| Binary | 110 | 11011010 | 11111010 | 1100010 | 1101 | 0 | 10 | 10111100 | 1100000 | 110010 |
Color Harmonies of #06DAFA
Complementary color
Monochromatic Colors of #06DAFA
Black with #06DAFA
Text Example
Text Example
White with #06DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DAFA; }
p { color: rgb(6,218,250); }
H1.HeaderClassName
{
color: #06DAFA;
}
.AnyTagClassName
{
color: #06DAFA;
}
</style>
background-color css
<style>
a { background-color: #06DAFA; }
a { background-color: rgb(6,218,250); }
div.DivClassName
{
background-color: #06DAFA;
}
.BgClassName
{
background-color: #06DAFA;
}
</style>
border-color css
<style>
span { border-color: #06DAFA; }
span { border-color: rgb(6,218,250); }
td.TdClassName
{
border-color: #06DAFA;
}
.TagClassName
{
border-color: #06DAFA;
}
</style>