Shades of Deep Sky Blue #07BEE5
Tints of Deep Sky Blue #07BEE5
RGB
CMYK
RGB Variations
Color information
#07BEE5 (or 0x07BEE5) is known color: Deep Sky Blue. HEX triplet: 07, BE and E5. RGB value is (7,190,229). Sum of RGB (Red+Green+Blue) = 7+190+229=426 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #07BEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BEE5 is #F8411A. Grayscale: #8B8B8B. Windows color (decimal): -16269595 or 15056391. OLE color: 15056391.
HSL color Cylindrical-coordinate representation of color #07BEE5: hue angle of 190.54º 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 #07BEE5 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 190 | 229 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.10 |
| HSL | 190.54º | 0.94% | 0.46% | - |
| HSV(B) | 190.54º | 0.97% | 0.9% | - |
| XYZ | 32.64 | 42.53 | 80.62 | - |
| YUV | 139.73 | 178.37 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 229 | 0.97 | 0.17 | 0 | 0.10 | 190.54 | 0.94 | 0.46 |
| Hex | 7 | BE | E5 | 61 | 11 | 0 | A | BF | 5E | 2E |
| Octal | 7 | 276 | 345 | 141 | 21 | 0 | 12 | 277 | 136 | 56 |
| Binary | 111 | 10111110 | 11100101 | 1100001 | 10001 | 0 | 1010 | 10111111 | 1011110 | 101110 |
Color Harmonies of #07BEE5
Complementary color
Monochromatic Colors of #07BEE5
Black with #07BEE5
Text Example
Text Example
White with #07BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BEE5; }
p { color: rgb(7,190,229); }
H1.HeaderClassName
{
color: #07BEE5;
}
.AnyTagClassName
{
color: #07BEE5;
}
</style>
background-color css
<style>
a { background-color: #07BEE5; }
a { background-color: rgb(7,190,229); }
div.DivClassName
{
background-color: #07BEE5;
}
.BgClassName
{
background-color: #07BEE5;
}
</style>
border-color css
<style>
span { border-color: #07BEE5; }
span { border-color: rgb(7,190,229); }
td.TdClassName
{
border-color: #07BEE5;
}
.TagClassName
{
border-color: #07BEE5;
}
</style>