Shades of Deep Sky Blue #07BDF0
Tints of Deep Sky Blue #07BDF0
RGB
CMYK
RGB Variations
Color information
#07BDF0 (or 0x07BDF0) is known color: Deep Sky Blue. HEX triplet: 07, BD and F0. RGB value is (7,189,240). Sum of RGB (Red+Green+Blue) = 7+189+240=436 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #07BDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDF0 is #F8420F. Grayscale: #8C8C8C. Windows color (decimal): -16269840 or 15777031. OLE color: 15777031.
HSL color Cylindrical-coordinate representation of color #07BDF0: hue angle of 193.13º 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 #07BDF0 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 189 | 240 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.06 |
| HSL | 193.13º | 0.94% | 0.48% | - |
| HSV(B) | 193.13º | 0.97% | 0.94% | - |
| XYZ | 34.01 | 42.73 | 88.89 | - |
| YUV | 140.4 | 184.2 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 240 | 0.97 | 0.21 | 0 | 0.06 | 193.13 | 0.94 | 0.48 |
| Hex | 7 | BD | F0 | 61 | 15 | 0 | 6 | C1 | 5E | 30 |
| Octal | 7 | 275 | 360 | 141 | 25 | 0 | 6 | 301 | 136 | 60 |
| Binary | 111 | 10111101 | 11110000 | 1100001 | 10101 | 0 | 110 | 11000001 | 1011110 | 110000 |
Color Harmonies of #07BDF0
Complementary color
Monochromatic Colors of #07BDF0
Black with #07BDF0
Text Example
Text Example
White with #07BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDF0; }
p { color: rgb(7,189,240); }
H1.HeaderClassName
{
color: #07BDF0;
}
.AnyTagClassName
{
color: #07BDF0;
}
</style>
background-color css
<style>
a { background-color: #07BDF0; }
a { background-color: rgb(7,189,240); }
div.DivClassName
{
background-color: #07BDF0;
}
.BgClassName
{
background-color: #07BDF0;
}
</style>
border-color css
<style>
span { border-color: #07BDF0; }
span { border-color: rgb(7,189,240); }
td.TdClassName
{
border-color: #07BDF0;
}
.TagClassName
{
border-color: #07BDF0;
}
</style>