Shades of Deep Sky Blue #07CEF6
Tints of Deep Sky Blue #07CEF6
RGB
CMYK
RGB Variations
Color information
#07CEF6 (or 0x07CEF6) is known color: Deep Sky Blue. HEX triplet: 07, CE and F6. RGB value is (7,206,246). Sum of RGB (Red+Green+Blue) = 7+206+246=459 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #07CEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CEF6 is #F83109. Grayscale: #969696. Windows color (decimal): -16265482 or 16174599. OLE color: 16174599.
HSL color Cylindrical-coordinate representation of color #07CEF6: hue angle of 190.04º 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 #07CEF6 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 206 | 246 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.04 |
| HSL | 190.04º | 0.94% | 0.5% | - |
| HSV(B) | 190.04º | 0.97% | 0.96% | - |
| XYZ | 38.79 | 50.84 | 94.96 | - |
| YUV | 151.06 | 181.57 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 246 | 0.97 | 0.16 | 0 | 0.04 | 190.04 | 0.94 | 0.5 |
| Hex | 7 | CE | F6 | 61 | 10 | 0 | 4 | BE | 5E | 32 |
| Octal | 7 | 316 | 366 | 141 | 20 | 0 | 4 | 276 | 136 | 62 |
| Binary | 111 | 11001110 | 11110110 | 1100001 | 10000 | 0 | 100 | 10111110 | 1011110 | 110010 |
Color Harmonies of #07CEF6
Complementary color
Monochromatic Colors of #07CEF6
Black with #07CEF6
Text Example
Text Example
White with #07CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEF6; }
p { color: rgb(7,206,246); }
H1.HeaderClassName
{
color: #07CEF6;
}
.AnyTagClassName
{
color: #07CEF6;
}
</style>
background-color css
<style>
a { background-color: #07CEF6; }
a { background-color: rgb(7,206,246); }
div.DivClassName
{
background-color: #07CEF6;
}
.BgClassName
{
background-color: #07CEF6;
}
</style>
border-color css
<style>
span { border-color: #07CEF6; }
span { border-color: rgb(7,206,246); }
td.TdClassName
{
border-color: #07CEF6;
}
.TagClassName
{
border-color: #07CEF6;
}
</style>