Shades of Deep Sky Blue #06DAFE
Tints of Deep Sky Blue #06DAFE
RGB
CMYK
RGB Variations
Color information
#06DAFE (or 0x06DAFE) is known color: Deep Sky Blue. HEX triplet: 06, DA and FE. RGB value is (6,218,254). Sum of RGB (Red+Green+Blue) = 6+218+254=478 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #06DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DAFE is #F92501. Grayscale: #9E9E9E. Windows color (decimal): -16327938 or 16701958. OLE color: 16701958.
HSL color Cylindrical-coordinate representation of color #06DAFE: hue angle of 188.71º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DAFE is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 218 | 254 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.00 |
| HSL | 188.71º | 0.99% | 0.51% | - |
| HSV(B) | 188.71º | 0.98% | 1% | - |
| XYZ | 43.04 | 57.34 | 102.56 | - |
| YUV | 158.72 | 181.76 | 19.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 218 | 254 | 0.98 | 0.14 | 0 | 0.00 | 188.71 | 0.99 | 0.51 |
| Hex | 6 | DA | FE | 62 | E | 0 | 0 | BD | 63 | 33 |
| Octal | 6 | 332 | 376 | 142 | 16 | 0 | 0 | 275 | 143 | 63 |
| Binary | 110 | 11011010 | 11111110 | 1100010 | 1110 | 0 | 0 | 10111101 | 1100011 | 110011 |
Color Harmonies of #06DAFE
Complementary color
Monochromatic Colors of #06DAFE
Black with #06DAFE
Text Example
Text Example
White with #06DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DAFE; }
p { color: rgb(6,218,254); }
H1.HeaderClassName
{
color: #06DAFE;
}
.AnyTagClassName
{
color: #06DAFE;
}
</style>
background-color css
<style>
a { background-color: #06DAFE; }
a { background-color: rgb(6,218,254); }
div.DivClassName
{
background-color: #06DAFE;
}
.BgClassName
{
background-color: #06DAFE;
}
</style>
border-color css
<style>
span { border-color: #06DAFE; }
span { border-color: rgb(6,218,254); }
td.TdClassName
{
border-color: #06DAFE;
}
.TagClassName
{
border-color: #06DAFE;
}
</style>