Shades of Deep Sky Blue #07BEED
Tints of Deep Sky Blue #07BEED
RGB
CMYK
RGB Variations
Color information
#07BEED (or 0x07BEED) is known color: Deep Sky Blue. HEX triplet: 07, BE and ED. RGB value is (7,190,237). Sum of RGB (Red+Green+Blue) = 7+190+237=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #07BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BEED is #F84112. Grayscale: #8C8C8C. Windows color (decimal): -16269587 or 15580679. OLE color: 15580679.
HSL color Cylindrical-coordinate representation of color #07BEED: hue angle of 192.26º 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 #07BEED is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 190 | 237 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.07 |
| HSL | 192.26º | 0.94% | 0.48% | - |
| HSV(B) | 192.26º | 0.97% | 0.93% | - |
| XYZ | 33.79 | 42.99 | 86.64 | - |
| YUV | 140.64 | 182.37 | 32.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 237 | 0.97 | 0.20 | 0 | 0.07 | 192.26 | 0.94 | 0.48 |
| Hex | 7 | BE | ED | 61 | 14 | 0 | 7 | C0 | 5E | 30 |
| Octal | 7 | 276 | 355 | 141 | 24 | 0 | 7 | 300 | 136 | 60 |
| Binary | 111 | 10111110 | 11101101 | 1100001 | 10100 | 0 | 111 | 11000000 | 1011110 | 110000 |
Color Harmonies of #07BEED
Complementary color
Monochromatic Colors of #07BEED
Black with #07BEED
Text Example
Text Example
White with #07BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BEED; }
p { color: rgb(7,190,237); }
H1.HeaderClassName
{
color: #07BEED;
}
.AnyTagClassName
{
color: #07BEED;
}
</style>
background-color css
<style>
a { background-color: #07BEED; }
a { background-color: rgb(7,190,237); }
div.DivClassName
{
background-color: #07BEED;
}
.BgClassName
{
background-color: #07BEED;
}
</style>
border-color css
<style>
span { border-color: #07BEED; }
span { border-color: rgb(7,190,237); }
td.TdClassName
{
border-color: #07BEED;
}
.TagClassName
{
border-color: #07BEED;
}
</style>