Shades of Deep Sky Blue #06B7FE
Tints of Deep Sky Blue #06B7FE
RGB
CMYK
RGB Variations
Color information
#06B7FE (or 0x06B7FE) is known color: Deep Sky Blue. HEX triplet: 06, B7 and FE. RGB value is (6,183,254). Sum of RGB (Red+Green+Blue) = 6+183+254=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #06B7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B7FE is #F94801. Grayscale: #898989. Windows color (decimal): -16336898 or 16692998. OLE color: 16692998.
HSL color Cylindrical-coordinate representation of color #06B7FE: hue angle of 197.18º 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 #06B7FE is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 183 | 254 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.00 |
| HSL | 197.18º | 0.99% | 0.51% | - |
| HSV(B) | 197.18º | 0.98% | 1% | - |
| XYZ | 34.9 | 41.06 | 99.85 | - |
| YUV | 138.17 | 193.36 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 183 | 254 | 0.98 | 0.28 | 0 | 0.00 | 197.18 | 0.99 | 0.51 |
| Hex | 6 | B7 | FE | 62 | 1C | 0 | 0 | C5 | 63 | 33 |
| Octal | 6 | 267 | 376 | 142 | 34 | 0 | 0 | 305 | 143 | 63 |
| Binary | 110 | 10110111 | 11111110 | 1100010 | 11100 | 0 | 0 | 11000101 | 1100011 | 110011 |
Color Harmonies of #06B7FE
Complementary color
Monochromatic Colors of #06B7FE
Black with #06B7FE
Text Example
Text Example
White with #06B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B7FE; }
p { color: rgb(6,183,254); }
H1.HeaderClassName
{
color: #06B7FE;
}
.AnyTagClassName
{
color: #06B7FE;
}
</style>
background-color css
<style>
a { background-color: #06B7FE; }
a { background-color: rgb(6,183,254); }
div.DivClassName
{
background-color: #06B7FE;
}
.BgClassName
{
background-color: #06B7FE;
}
</style>
border-color css
<style>
span { border-color: #06B7FE; }
span { border-color: rgb(6,183,254); }
td.TdClassName
{
border-color: #06B7FE;
}
.TagClassName
{
border-color: #06B7FE;
}
</style>