Shades of Deep Sky Blue #07BEEC
Tints of Deep Sky Blue #07BEEC
RGB
CMYK
RGB Variations
Color information
#07BEEC (or 0x07BEEC) is known color: Deep Sky Blue. HEX triplet: 07, BE and EC. RGB value is (7,190,236). Sum of RGB (Red+Green+Blue) = 7+190+236=433 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #07BEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BEEC is #F84113. Grayscale: #8C8C8C. Windows color (decimal): -16269588 or 15515143. OLE color: 15515143.
HSL color Cylindrical-coordinate representation of color #07BEEC: hue angle of 192.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BEEC is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 190 | 236 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.07 |
| HSL | 192.05º | 0.94% | 0.48% | - |
| HSV(B) | 192.05º | 0.97% | 0.93% | - |
| XYZ | 33.64 | 42.93 | 85.87 | - |
| YUV | 140.53 | 181.87 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 236 | 0.97 | 0.19 | 0 | 0.07 | 192.05 | 0.94 | 0.48 |
| Hex | 7 | BE | EC | 61 | 13 | 0 | 7 | C0 | 5E | 30 |
| Octal | 7 | 276 | 354 | 141 | 23 | 0 | 7 | 300 | 136 | 60 |
| Binary | 111 | 10111110 | 11101100 | 1100001 | 10011 | 0 | 111 | 11000000 | 1011110 | 110000 |
Color Harmonies of #07BEEC
Complementary color
Monochromatic Colors of #07BEEC
Black with #07BEEC
Text Example
Text Example
White with #07BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BEEC; }
p { color: rgb(7,190,236); }
H1.HeaderClassName
{
color: #07BEEC;
}
.AnyTagClassName
{
color: #07BEEC;
}
</style>
background-color css
<style>
a { background-color: #07BEEC; }
a { background-color: rgb(7,190,236); }
div.DivClassName
{
background-color: #07BEEC;
}
.BgClassName
{
background-color: #07BEEC;
}
</style>
border-color css
<style>
span { border-color: #07BEEC; }
span { border-color: rgb(7,190,236); }
td.TdClassName
{
border-color: #07BEEC;
}
.TagClassName
{
border-color: #07BEEC;
}
</style>