Shades of Deep Sky Blue #07DBFF
Tints of Deep Sky Blue #07DBFF
RGB
CMYK
RGB Variations
Color information
#07DBFF (or 0x07DBFF) is known color: Deep Sky Blue. HEX triplet: 07, DB and FF. RGB value is (7,219,255). Sum of RGB (Red+Green+Blue) = 7+219+255=481 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #07DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBFF is #F82400. Grayscale: #9F9F9F. Windows color (decimal): -16262145 or 16767751. OLE color: 16767751.
HSL color Cylindrical-coordinate representation of color #07DBFF: hue angle of 188.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBFF is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 219 | 255 | - |
| CMYK | 0.97 | 0.14 | 0 | 0 |
| HSL | 188.71º | 1% | 0.51% | - |
| HSV(B) | 188.71º | 0.97% | 1% | - |
| XYZ | 43.47 | 57.93 | 103.5 | - |
| YUV | 159.72 | 181.76 | 19.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 255 | 0.97 | 0.14 | 0 | 0 | 188.71 | 1 | 0.51 |
| Hex | 7 | DB | FF | 61 | E | 0 | 0 | BD | 64 | 33 |
| Octal | 7 | 333 | 377 | 141 | 16 | 0 | 0 | 275 | 144 | 63 |
| Binary | 111 | 11011011 | 11111111 | 1100001 | 1110 | 0 | 0 | 10111101 | 1100100 | 110011 |
Color Harmonies of #07DBFF
Complementary color
Monochromatic Colors of #07DBFF
Black with #07DBFF
Text Example
Text Example
White with #07DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBFF; }
p { color: rgb(7,219,255); }
H1.HeaderClassName
{
color: #07DBFF;
}
.AnyTagClassName
{
color: #07DBFF;
}
</style>
background-color css
<style>
a { background-color: #07DBFF; }
a { background-color: rgb(7,219,255); }
div.DivClassName
{
background-color: #07DBFF;
}
.BgClassName
{
background-color: #07DBFF;
}
</style>
border-color css
<style>
span { border-color: #07DBFF; }
span { border-color: rgb(7,219,255); }
td.TdClassName
{
border-color: #07DBFF;
}
.TagClassName
{
border-color: #07DBFF;
}
</style>