Shades of Deep Sky Blue #07BFF7
Tints of Deep Sky Blue #07BFF7
RGB
CMYK
RGB Variations
Color information
#07BFF7 (or 0x07BFF7) is known color: Deep Sky Blue. HEX triplet: 07, BF and F7. RGB value is (7,191,247). Sum of RGB (Red+Green+Blue) = 7+191+247=445 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #07BFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFF7 is #F84008. Grayscale: #8D8D8D. Windows color (decimal): -16269321 or 16236295. OLE color: 16236295.
HSL color Cylindrical-coordinate representation of color #07BFF7: hue angle of 194º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFF7 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 191 | 247 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.03 |
| HSL | 194º | 0.94% | 0.5% | - |
| HSV(B) | 194º | 0.97% | 0.97% | - |
| XYZ | 35.51 | 44.02 | 94.62 | - |
| YUV | 142.37 | 187.04 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 247 | 0.97 | 0.23 | 0 | 0.03 | 194 | 0.94 | 0.5 |
| Hex | 7 | BF | F7 | 61 | 17 | 0 | 3 | C2 | 5E | 32 |
| Octal | 7 | 277 | 367 | 141 | 27 | 0 | 3 | 302 | 136 | 62 |
| Binary | 111 | 10111111 | 11110111 | 1100001 | 10111 | 0 | 11 | 11000010 | 1011110 | 110010 |
Color Harmonies of #07BFF7
Complementary color
Monochromatic Colors of #07BFF7
Black with #07BFF7
Text Example
Text Example
White with #07BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFF7; }
p { color: rgb(7,191,247); }
H1.HeaderClassName
{
color: #07BFF7;
}
.AnyTagClassName
{
color: #07BFF7;
}
</style>
background-color css
<style>
a { background-color: #07BFF7; }
a { background-color: rgb(7,191,247); }
div.DivClassName
{
background-color: #07BFF7;
}
.BgClassName
{
background-color: #07BFF7;
}
</style>
border-color css
<style>
span { border-color: #07BFF7; }
span { border-color: rgb(7,191,247); }
td.TdClassName
{
border-color: #07BFF7;
}
.TagClassName
{
border-color: #07BFF7;
}
</style>