Shades of Deep Sky Blue #07BCE6
Tints of Deep Sky Blue #07BCE6
RGB
CMYK
RGB Variations
Color information
#07BCE6 (or 0x07BCE6) is known color: Deep Sky Blue. HEX triplet: 07, BC and E6. RGB value is (7,188,230). Sum of RGB (Red+Green+Blue) = 7+188+230=425 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #07BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCE6 is #F84319. Grayscale: #8A8A8A. Windows color (decimal): -16270106 or 15121415. OLE color: 15121415.
HSL color Cylindrical-coordinate representation of color #07BCE6: hue angle of 191.3º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCE6 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 188 | 230 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.10 |
| HSL | 191.3º | 0.94% | 0.46% | - |
| HSV(B) | 191.3º | 0.97% | 0.9% | - |
| XYZ | 32.35 | 41.72 | 81.21 | - |
| YUV | 138.67 | 179.53 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 230 | 0.97 | 0.18 | 0 | 0.10 | 191.3 | 0.94 | 0.46 |
| Hex | 7 | BC | E6 | 61 | 12 | 0 | A | BF | 5E | 2E |
| Octal | 7 | 274 | 346 | 141 | 22 | 0 | 12 | 277 | 136 | 56 |
| Binary | 111 | 10111100 | 11100110 | 1100001 | 10010 | 0 | 1010 | 10111111 | 1011110 | 101110 |
Color Harmonies of #07BCE6
Complementary color
Monochromatic Colors of #07BCE6
Black with #07BCE6
Text Example
Text Example
White with #07BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCE6; }
p { color: rgb(7,188,230); }
H1.HeaderClassName
{
color: #07BCE6;
}
.AnyTagClassName
{
color: #07BCE6;
}
</style>
background-color css
<style>
a { background-color: #07BCE6; }
a { background-color: rgb(7,188,230); }
div.DivClassName
{
background-color: #07BCE6;
}
.BgClassName
{
background-color: #07BCE6;
}
</style>
border-color css
<style>
span { border-color: #07BCE6; }
span { border-color: rgb(7,188,230); }
td.TdClassName
{
border-color: #07BCE6;
}
.TagClassName
{
border-color: #07BCE6;
}
</style>