Shades of Deep Sky Blue #07BBF7
Tints of Deep Sky Blue #07BBF7
RGB
CMYK
RGB Variations
Color information
#07BBF7 (or 0x07BBF7) is known color: Deep Sky Blue. HEX triplet: 07, BB and F7. RGB value is (7,187,247). Sum of RGB (Red+Green+Blue) = 7+187+247=441 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #07BBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBF7 is #F84408. Grayscale: #8B8B8B. Windows color (decimal): -16270345 or 16235271. OLE color: 16235271.
HSL color Cylindrical-coordinate representation of color #07BBF7: hue angle of 195º 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 #07BBF7 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 187 | 247 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.03 |
| HSL | 195º | 0.94% | 0.5% | - |
| HSV(B) | 195º | 0.97% | 0.97% | - |
| XYZ | 34.65 | 42.3 | 94.33 | - |
| YUV | 140.02 | 188.37 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 247 | 0.97 | 0.24 | 0 | 0.03 | 195 | 0.94 | 0.5 |
| Hex | 7 | BB | F7 | 61 | 18 | 0 | 3 | C3 | 5E | 32 |
| Octal | 7 | 273 | 367 | 141 | 30 | 0 | 3 | 303 | 136 | 62 |
| Binary | 111 | 10111011 | 11110111 | 1100001 | 11000 | 0 | 11 | 11000011 | 1011110 | 110010 |
Color Harmonies of #07BBF7
Complementary color
Monochromatic Colors of #07BBF7
Black with #07BBF7
Text Example
Text Example
White with #07BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBF7; }
p { color: rgb(7,187,247); }
H1.HeaderClassName
{
color: #07BBF7;
}
.AnyTagClassName
{
color: #07BBF7;
}
</style>
background-color css
<style>
a { background-color: #07BBF7; }
a { background-color: rgb(7,187,247); }
div.DivClassName
{
background-color: #07BBF7;
}
.BgClassName
{
background-color: #07BBF7;
}
</style>
border-color css
<style>
span { border-color: #07BBF7; }
span { border-color: rgb(7,187,247); }
td.TdClassName
{
border-color: #07BBF7;
}
.TagClassName
{
border-color: #07BBF7;
}
</style>