Shades of Deep Sky Blue #07BDF5
Tints of Deep Sky Blue #07BDF5
RGB
CMYK
RGB Variations
Color information
#07BDF5 (or 0x07BDF5) is known color: Deep Sky Blue. HEX triplet: 07, BD and F5. RGB value is (7,189,245). Sum of RGB (Red+Green+Blue) = 7+189+245=441 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #07BDF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDF5 is #F8420A. Grayscale: #8C8C8C. Windows color (decimal): -16269835 or 16104711. OLE color: 16104711.
HSL color Cylindrical-coordinate representation of color #07BDF5: hue angle of 194.12º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BDF5 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 189 | 245 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.04 |
| HSL | 194.12º | 0.94% | 0.49% | - |
| HSV(B) | 194.12º | 0.97% | 0.96% | - |
| XYZ | 34.77 | 43.03 | 92.86 | - |
| YUV | 140.97 | 186.7 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 245 | 0.97 | 0.23 | 0 | 0.04 | 194.12 | 0.94 | 0.49 |
| Hex | 7 | BD | F5 | 61 | 17 | 0 | 4 | C2 | 5E | 31 |
| Octal | 7 | 275 | 365 | 141 | 27 | 0 | 4 | 302 | 136 | 61 |
| Binary | 111 | 10111101 | 11110101 | 1100001 | 10111 | 0 | 100 | 11000010 | 1011110 | 110001 |
Color Harmonies of #07BDF5
Complementary color
Monochromatic Colors of #07BDF5
Black with #07BDF5
Text Example
Text Example
White with #07BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDF5; }
p { color: rgb(7,189,245); }
H1.HeaderClassName
{
color: #07BDF5;
}
.AnyTagClassName
{
color: #07BDF5;
}
</style>
background-color css
<style>
a { background-color: #07BDF5; }
a { background-color: rgb(7,189,245); }
div.DivClassName
{
background-color: #07BDF5;
}
.BgClassName
{
background-color: #07BDF5;
}
</style>
border-color css
<style>
span { border-color: #07BDF5; }
span { border-color: rgb(7,189,245); }
td.TdClassName
{
border-color: #07BDF5;
}
.TagClassName
{
border-color: #07BDF5;
}
</style>