Shades of Deep Sky Blue #06D0FE
Tints of Deep Sky Blue #06D0FE
RGB
CMYK
RGB Variations
Color information
#06D0FE (or 0x06D0FE) is known color: Deep Sky Blue. HEX triplet: 06, D0 and FE. RGB value is (6,208,254). Sum of RGB (Red+Green+Blue) = 6+208+254=468 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #06D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D0FE is #F92F01. Grayscale: #989898. Windows color (decimal): -16330498 or 16699398. OLE color: 16699398.
HSL color Cylindrical-coordinate representation of color #06D0FE: hue angle of 191.13º 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 #06D0FE is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 208 | 254 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.00 |
| HSL | 191.13º | 0.99% | 0.51% | - |
| HSV(B) | 191.13º | 0.98% | 1% | - |
| XYZ | 40.52 | 52.31 | 101.73 | - |
| YUV | 152.85 | 185.08 | 23.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 254 | 0.98 | 0.18 | 0 | 0.00 | 191.13 | 0.99 | 0.51 |
| Hex | 6 | D0 | FE | 62 | 12 | 0 | 0 | BF | 63 | 33 |
| Octal | 6 | 320 | 376 | 142 | 22 | 0 | 0 | 277 | 143 | 63 |
| Binary | 110 | 11010000 | 11111110 | 1100010 | 10010 | 0 | 0 | 10111111 | 1100011 | 110011 |
Color Harmonies of #06D0FE
Complementary color
Monochromatic Colors of #06D0FE
Black with #06D0FE
Text Example
Text Example
White with #06D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D0FE; }
p { color: rgb(6,208,254); }
H1.HeaderClassName
{
color: #06D0FE;
}
.AnyTagClassName
{
color: #06D0FE;
}
</style>
background-color css
<style>
a { background-color: #06D0FE; }
a { background-color: rgb(6,208,254); }
div.DivClassName
{
background-color: #06D0FE;
}
.BgClassName
{
background-color: #06D0FE;
}
</style>
border-color css
<style>
span { border-color: #06D0FE; }
span { border-color: rgb(6,208,254); }
td.TdClassName
{
border-color: #06D0FE;
}
.TagClassName
{
border-color: #06D0FE;
}
</style>