Shades of Deep Sky Blue #07DDFF
Tints of Deep Sky Blue #07DDFF
RGB
CMYK
RGB Variations
Color information
#07DDFF (or 0x07DDFF) is known color: Deep Sky Blue. HEX triplet: 07, DD and FF. RGB value is (7,221,255). Sum of RGB (Red+Green+Blue) = 7+221+255=483 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #07DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DDFF is #F82200. Grayscale: #A0A0A0. Windows color (decimal): -16261633 or 16768263. OLE color: 16768263.
HSL color Cylindrical-coordinate representation of color #07DDFF: hue angle of 188.23º 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 #07DDFF is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 221 | 255 | - |
| CMYK | 0.97 | 0.13 | 0 | 0 |
| HSL | 188.23º | 1% | 0.51% | - |
| HSV(B) | 188.23º | 0.97% | 1% | - |
| XYZ | 43.99 | 58.98 | 103.67 | - |
| YUV | 160.89 | 181.1 | 18.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 255 | 0.97 | 0.13 | 0 | 0 | 188.23 | 1 | 0.51 |
| Hex | 7 | DD | FF | 61 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 7 | 335 | 377 | 141 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 111 | 11011101 | 11111111 | 1100001 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #07DDFF
Complementary color
Monochromatic Colors of #07DDFF
Black with #07DDFF
Text Example
Text Example
White with #07DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDFF; }
p { color: rgb(7,221,255); }
H1.HeaderClassName
{
color: #07DDFF;
}
.AnyTagClassName
{
color: #07DDFF;
}
</style>
background-color css
<style>
a { background-color: #07DDFF; }
a { background-color: rgb(7,221,255); }
div.DivClassName
{
background-color: #07DDFF;
}
.BgClassName
{
background-color: #07DDFF;
}
</style>
border-color css
<style>
span { border-color: #07DDFF; }
span { border-color: rgb(7,221,255); }
td.TdClassName
{
border-color: #07DDFF;
}
.TagClassName
{
border-color: #07DDFF;
}
</style>