Shades of Deep Sky Blue #07DEFE
Tints of Deep Sky Blue #07DEFE
RGB
CMYK
RGB Variations
Color information
#07DEFE (or 0x07DEFE) is known color: Deep Sky Blue. HEX triplet: 07, DE and FE. RGB value is (7,222,254). Sum of RGB (Red+Green+Blue) = 7+222+254=483 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #07DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DEFE is #F82101. Grayscale: #A1A1A1. Windows color (decimal): -16261378 or 16702983. OLE color: 16702983.
HSL color Cylindrical-coordinate representation of color #07DEFE: hue angle of 187.77º 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 #07DEFE is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 222 | 254 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.00 |
| HSL | 187.77º | 0.99% | 0.51% | - |
| HSV(B) | 187.77º | 0.97% | 1% | - |
| XYZ | 44.1 | 59.44 | 102.92 | - |
| YUV | 161.36 | 180.27 | 17.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 222 | 254 | 0.97 | 0.13 | 0 | 0.00 | 187.77 | 0.99 | 0.51 |
| Hex | 7 | DE | FE | 61 | D | 0 | 0 | BC | 63 | 33 |
| Octal | 7 | 336 | 376 | 141 | 15 | 0 | 0 | 274 | 143 | 63 |
| Binary | 111 | 11011110 | 11111110 | 1100001 | 1101 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #07DEFE
Complementary color
Monochromatic Colors of #07DEFE
Black with #07DEFE
Text Example
Text Example
White with #07DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DEFE; }
p { color: rgb(7,222,254); }
H1.HeaderClassName
{
color: #07DEFE;
}
.AnyTagClassName
{
color: #07DEFE;
}
</style>
background-color css
<style>
a { background-color: #07DEFE; }
a { background-color: rgb(7,222,254); }
div.DivClassName
{
background-color: #07DEFE;
}
.BgClassName
{
background-color: #07DEFE;
}
</style>
border-color css
<style>
span { border-color: #07DEFE; }
span { border-color: rgb(7,222,254); }
td.TdClassName
{
border-color: #07DEFE;
}
.TagClassName
{
border-color: #07DEFE;
}
</style>