Shades of Deep Sky Blue #06C7FB
Tints of Deep Sky Blue #06C7FB
RGB
CMYK
RGB Variations
Color information
#06C7FB (or 0x06C7FB) is known color: Deep Sky Blue. HEX triplet: 06, C7 and FB. RGB value is (6,199,251). Sum of RGB (Red+Green+Blue) = 6+199+251=456 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #06C7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7FB is #F93804. Grayscale: #929292. Windows color (decimal): -16332805 or 16500486. OLE color: 16500486.
HSL color Cylindrical-coordinate representation of color #06C7FB: hue angle of 192.73º degrees, saturation: 0.97, 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 #06C7FB is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 199 | 251 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.02 |
| HSL | 192.73º | 0.97% | 0.5% | - |
| HSV(B) | 192.73º | 0.98% | 0.98% | - |
| XYZ | 37.91 | 47.85 | 98.5 | - |
| YUV | 147.22 | 186.56 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 199 | 251 | 0.98 | 0.21 | 0 | 0.02 | 192.73 | 0.97 | 0.5 |
| Hex | 6 | C7 | FB | 62 | 15 | 0 | 2 | C1 | 61 | 32 |
| Octal | 6 | 307 | 373 | 142 | 25 | 0 | 2 | 301 | 141 | 62 |
| Binary | 110 | 11000111 | 11111011 | 1100010 | 10101 | 0 | 10 | 11000001 | 1100001 | 110010 |
Color Harmonies of #06C7FB
Complementary color
Monochromatic Colors of #06C7FB
Black with #06C7FB
Text Example
Text Example
White with #06C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C7FB; }
p { color: rgb(6,199,251); }
H1.HeaderClassName
{
color: #06C7FB;
}
.AnyTagClassName
{
color: #06C7FB;
}
</style>
background-color css
<style>
a { background-color: #06C7FB; }
a { background-color: rgb(6,199,251); }
div.DivClassName
{
background-color: #06C7FB;
}
.BgClassName
{
background-color: #06C7FB;
}
</style>
border-color css
<style>
span { border-color: #06C7FB; }
span { border-color: rgb(6,199,251); }
td.TdClassName
{
border-color: #06C7FB;
}
.TagClassName
{
border-color: #06C7FB;
}
</style>