Shades of Deep Sky Blue #06C7FF
Tints of Deep Sky Blue #06C7FF
RGB
CMYK
RGB Variations
Color information
#06C7FF (or 0x06C7FF) is known color: Deep Sky Blue. HEX triplet: 06, C7 and FF. RGB value is (6,199,255). Sum of RGB (Red+Green+Blue) = 6+199+255=460 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #06C7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7FF is #F93800. Grayscale: #939393. Windows color (decimal): -16332801 or 16762630. OLE color: 16762630.
HSL color Cylindrical-coordinate representation of color #06C7FF: hue angle of 193.49º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C7FF is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 199 | 255 | - |
| CMYK | 0.98 | 0.22 | 0 | 0 |
| HSL | 193.49º | 1% | 0.51% | - |
| HSV(B) | 193.49º | 0.98% | 1% | - |
| XYZ | 38.55 | 48.11 | 101.86 | - |
| YUV | 147.68 | 188.56 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 199 | 255 | 0.98 | 0.22 | 0 | 0 | 193.49 | 1 | 0.51 |
| Hex | 6 | C7 | FF | 62 | 16 | 0 | 0 | C1 | 64 | 33 |
| Octal | 6 | 307 | 377 | 142 | 26 | 0 | 0 | 301 | 144 | 63 |
| Binary | 110 | 11000111 | 11111111 | 1100010 | 10110 | 0 | 0 | 11000001 | 1100100 | 110011 |
Color Harmonies of #06C7FF
Complementary color
Monochromatic Colors of #06C7FF
Black with #06C7FF
Text Example
Text Example
White with #06C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C7FF; }
p { color: rgb(6,199,255); }
H1.HeaderClassName
{
color: #06C7FF;
}
.AnyTagClassName
{
color: #06C7FF;
}
</style>
background-color css
<style>
a { background-color: #06C7FF; }
a { background-color: rgb(6,199,255); }
div.DivClassName
{
background-color: #06C7FF;
}
.BgClassName
{
background-color: #06C7FF;
}
</style>
border-color css
<style>
span { border-color: #06C7FF; }
span { border-color: rgb(6,199,255); }
td.TdClassName
{
border-color: #06C7FF;
}
.TagClassName
{
border-color: #06C7FF;
}
</style>