Shades of Deep Sky Blue #07B0F0
Tints of Deep Sky Blue #07B0F0
RGB
CMYK
RGB Variations
Color information
#07B0F0 (or 0x07B0F0) is known color: Deep Sky Blue. HEX triplet: 07, B0 and F0. RGB value is (7,176,240). Sum of RGB (Red+Green+Blue) = 7+176+240=423 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #07B0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07B0F0 is #F84F0F. Grayscale: #848484. Windows color (decimal): -16273168 or 15773703. OLE color: 15773703.
HSL color Cylindrical-coordinate representation of color #07B0F0: hue angle of 196.48º 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 #07B0F0 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 176 | 240 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.06 |
| HSL | 196.48º | 0.94% | 0.48% | - |
| HSV(B) | 196.48º | 0.97% | 0.94% | - |
| XYZ | 31.34 | 37.39 | 88 | - |
| YUV | 132.77 | 188.51 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 240 | 0.97 | 0.27 | 0 | 0.06 | 196.48 | 0.94 | 0.48 |
| Hex | 7 | B0 | F0 | 61 | 1B | 0 | 6 | C4 | 5E | 30 |
| Octal | 7 | 260 | 360 | 141 | 33 | 0 | 6 | 304 | 136 | 60 |
| Binary | 111 | 10110000 | 11110000 | 1100001 | 11011 | 0 | 110 | 11000100 | 1011110 | 110000 |
Color Harmonies of #07B0F0
Complementary color
Monochromatic Colors of #07B0F0
Black with #07B0F0
Text Example
Text Example
White with #07B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B0F0; }
p { color: rgb(7,176,240); }
H1.HeaderClassName
{
color: #07B0F0;
}
.AnyTagClassName
{
color: #07B0F0;
}
</style>
background-color css
<style>
a { background-color: #07B0F0; }
a { background-color: rgb(7,176,240); }
div.DivClassName
{
background-color: #07B0F0;
}
.BgClassName
{
background-color: #07B0F0;
}
</style>
border-color css
<style>
span { border-color: #07B0F0; }
span { border-color: rgb(7,176,240); }
td.TdClassName
{
border-color: #07B0F0;
}
.TagClassName
{
border-color: #07B0F0;
}
</style>