Shades of Deep Sky Blue #07DDFE
Tints of Deep Sky Blue #07DDFE
RGB
CMYK
RGB Variations
Color information
#07DDFE (or 0x07DDFE) is known color: Deep Sky Blue. HEX triplet: 07, DD and FE. RGB value is (7,221,254). Sum of RGB (Red+Green+Blue) = 7+221+254=482 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #07DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DDFE is #F82201. Grayscale: #A0A0A0. Windows color (decimal): -16261634 or 16702727. OLE color: 16702727.
HSL color Cylindrical-coordinate representation of color #07DDFE: hue angle of 188.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DDFE is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 221 | 254 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.00 |
| HSL | 188.02º | 0.99% | 0.51% | - |
| HSV(B) | 188.02º | 0.97% | 1% | - |
| XYZ | 43.83 | 58.91 | 102.83 | - |
| YUV | 160.78 | 180.6 | 18.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 254 | 0.97 | 0.13 | 0 | 0.00 | 188.02 | 0.99 | 0.51 |
| Hex | 7 | DD | FE | 61 | D | 0 | 0 | BC | 63 | 33 |
| Octal | 7 | 335 | 376 | 141 | 15 | 0 | 0 | 274 | 143 | 63 |
| Binary | 111 | 11011101 | 11111110 | 1100001 | 1101 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #07DDFE
Complementary color
Monochromatic Colors of #07DDFE
Black with #07DDFE
Text Example
Text Example
White with #07DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDFE; }
p { color: rgb(7,221,254); }
H1.HeaderClassName
{
color: #07DDFE;
}
.AnyTagClassName
{
color: #07DDFE;
}
</style>
background-color css
<style>
a { background-color: #07DDFE; }
a { background-color: rgb(7,221,254); }
div.DivClassName
{
background-color: #07DDFE;
}
.BgClassName
{
background-color: #07DDFE;
}
</style>
border-color css
<style>
span { border-color: #07DDFE; }
span { border-color: rgb(7,221,254); }
td.TdClassName
{
border-color: #07DDFE;
}
.TagClassName
{
border-color: #07DDFE;
}
</style>