Shades of Deep Sky Blue #07BFEB
Tints of Deep Sky Blue #07BFEB
RGB
CMYK
RGB Variations
Color information
#07BFEB (or 0x07BFEB) is known color: Deep Sky Blue. HEX triplet: 07, BF and EB. RGB value is (7,191,235). Sum of RGB (Red+Green+Blue) = 7+191+235=433 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #07BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFEB is #F84014. Grayscale: #8C8C8C. Windows color (decimal): -16269333 or 15449863. OLE color: 15449863.
HSL color Cylindrical-coordinate representation of color #07BFEB: hue angle of 191.58º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFEB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 191 | 235 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.08 |
| HSL | 191.58º | 0.94% | 0.47% | - |
| HSV(B) | 191.58º | 0.97% | 0.92% | - |
| XYZ | 33.71 | 43.3 | 85.18 | - |
| YUV | 141 | 181.04 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 235 | 0.97 | 0.19 | 0 | 0.08 | 191.58 | 0.94 | 0.47 |
| Hex | 7 | BF | EB | 61 | 13 | 0 | 8 | C0 | 5E | 2F |
| Octal | 7 | 277 | 353 | 141 | 23 | 0 | 10 | 300 | 136 | 57 |
| Binary | 111 | 10111111 | 11101011 | 1100001 | 10011 | 0 | 1000 | 11000000 | 1011110 | 101111 |
Color Harmonies of #07BFEB
Complementary color
Monochromatic Colors of #07BFEB
Black with #07BFEB
Text Example
Text Example
White with #07BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFEB; }
p { color: rgb(7,191,235); }
H1.HeaderClassName
{
color: #07BFEB;
}
.AnyTagClassName
{
color: #07BFEB;
}
</style>
background-color css
<style>
a { background-color: #07BFEB; }
a { background-color: rgb(7,191,235); }
div.DivClassName
{
background-color: #07BFEB;
}
.BgClassName
{
background-color: #07BFEB;
}
</style>
border-color css
<style>
span { border-color: #07BFEB; }
span { border-color: rgb(7,191,235); }
td.TdClassName
{
border-color: #07BFEB;
}
.TagClassName
{
border-color: #07BFEB;
}
</style>