Shades of Deep Sky Blue #07CFF6
Tints of Deep Sky Blue #07CFF6
RGB
CMYK
RGB Variations
Color information
#07CFF6 (or 0x07CFF6) is known color: Deep Sky Blue. HEX triplet: 07, CF and F6. RGB value is (7,207,246). Sum of RGB (Red+Green+Blue) = 7+207+246=460 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #07CFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CFF6 is #F83009. Grayscale: #979797. Windows color (decimal): -16265226 or 16174855. OLE color: 16174855.
HSL color Cylindrical-coordinate representation of color #07CFF6: hue angle of 189.79º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CFF6 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 207 | 246 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.04 |
| HSL | 189.79º | 0.94% | 0.5% | - |
| HSV(B) | 189.79º | 0.97% | 0.96% | - |
| XYZ | 39.04 | 51.32 | 95.04 | - |
| YUV | 151.65 | 181.24 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 246 | 0.97 | 0.16 | 0 | 0.04 | 189.79 | 0.94 | 0.5 |
| Hex | 7 | CF | F6 | 61 | 10 | 0 | 4 | BE | 5E | 32 |
| Octal | 7 | 317 | 366 | 141 | 20 | 0 | 4 | 276 | 136 | 62 |
| Binary | 111 | 11001111 | 11110110 | 1100001 | 10000 | 0 | 100 | 10111110 | 1011110 | 110010 |
Color Harmonies of #07CFF6
Complementary color
Monochromatic Colors of #07CFF6
Black with #07CFF6
Text Example
Text Example
White with #07CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFF6; }
p { color: rgb(7,207,246); }
H1.HeaderClassName
{
color: #07CFF6;
}
.AnyTagClassName
{
color: #07CFF6;
}
</style>
background-color css
<style>
a { background-color: #07CFF6; }
a { background-color: rgb(7,207,246); }
div.DivClassName
{
background-color: #07CFF6;
}
.BgClassName
{
background-color: #07CFF6;
}
</style>
border-color css
<style>
span { border-color: #07CFF6; }
span { border-color: rgb(7,207,246); }
td.TdClassName
{
border-color: #07CFF6;
}
.TagClassName
{
border-color: #07CFF6;
}
</style>