Shades of Deep Sky Blue #07D0FE
Tints of Deep Sky Blue #07D0FE
RGB
CMYK
RGB Variations
Color information
#07D0FE (or 0x07D0FE) is known color: Deep Sky Blue. HEX triplet: 07, D0 and FE. RGB value is (7,208,254). Sum of RGB (Red+Green+Blue) = 7+208+254=469 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #07D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D0FE is #F82F01. Grayscale: #989898. Windows color (decimal): -16264962 or 16699399. OLE color: 16699399.
HSL color Cylindrical-coordinate representation of color #07D0FE: hue angle of 191.17º 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 #07D0FE is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 208 | 254 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.00 |
| HSL | 191.17º | 0.99% | 0.51% | - |
| HSV(B) | 191.17º | 0.97% | 1% | - |
| XYZ | 40.53 | 52.31 | 101.73 | - |
| YUV | 153.15 | 184.91 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 254 | 0.97 | 0.18 | 0 | 0.00 | 191.17 | 0.99 | 0.51 |
| Hex | 7 | D0 | FE | 61 | 12 | 0 | 0 | BF | 63 | 33 |
| Octal | 7 | 320 | 376 | 141 | 22 | 0 | 0 | 277 | 143 | 63 |
| Binary | 111 | 11010000 | 11111110 | 1100001 | 10010 | 0 | 0 | 10111111 | 1100011 | 110011 |
Color Harmonies of #07D0FE
Complementary color
Monochromatic Colors of #07D0FE
Black with #07D0FE
Text Example
Text Example
White with #07D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D0FE; }
p { color: rgb(7,208,254); }
H1.HeaderClassName
{
color: #07D0FE;
}
.AnyTagClassName
{
color: #07D0FE;
}
</style>
background-color css
<style>
a { background-color: #07D0FE; }
a { background-color: rgb(7,208,254); }
div.DivClassName
{
background-color: #07D0FE;
}
.BgClassName
{
background-color: #07D0FE;
}
</style>
border-color css
<style>
span { border-color: #07D0FE; }
span { border-color: rgb(7,208,254); }
td.TdClassName
{
border-color: #07D0FE;
}
.TagClassName
{
border-color: #07D0FE;
}
</style>