Shades of Deep Sky Blue #07BFEF
Tints of Deep Sky Blue #07BFEF
RGB
CMYK
RGB Variations
Color information
#07BFEF (or 0x07BFEF) is known color: Deep Sky Blue. HEX triplet: 07, BF and EF. RGB value is (7,191,239). Sum of RGB (Red+Green+Blue) = 7+191+239=437 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #07BFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFEF is #F84010. Grayscale: #8D8D8D. Windows color (decimal): -16269329 or 15712007. OLE color: 15712007.
HSL color Cylindrical-coordinate representation of color #07BFEF: hue angle of 192.41º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFEF is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 191 | 239 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.06 |
| HSL | 192.41º | 0.94% | 0.48% | - |
| HSV(B) | 192.41º | 0.97% | 0.94% | - |
| XYZ | 34.3 | 43.54 | 88.26 | - |
| YUV | 141.46 | 183.04 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 239 | 0.97 | 0.20 | 0 | 0.06 | 192.41 | 0.94 | 0.48 |
| Hex | 7 | BF | EF | 61 | 14 | 0 | 6 | C0 | 5E | 30 |
| Octal | 7 | 277 | 357 | 141 | 24 | 0 | 6 | 300 | 136 | 60 |
| Binary | 111 | 10111111 | 11101111 | 1100001 | 10100 | 0 | 110 | 11000000 | 1011110 | 110000 |
Color Harmonies of #07BFEF
Complementary color
Monochromatic Colors of #07BFEF
Black with #07BFEF
Text Example
Text Example
White with #07BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFEF; }
p { color: rgb(7,191,239); }
H1.HeaderClassName
{
color: #07BFEF;
}
.AnyTagClassName
{
color: #07BFEF;
}
</style>
background-color css
<style>
a { background-color: #07BFEF; }
a { background-color: rgb(7,191,239); }
div.DivClassName
{
background-color: #07BFEF;
}
.BgClassName
{
background-color: #07BFEF;
}
</style>
border-color css
<style>
span { border-color: #07BFEF; }
span { border-color: rgb(7,191,239); }
td.TdClassName
{
border-color: #07BFEF;
}
.TagClassName
{
border-color: #07BFEF;
}
</style>