Shades of Deep Sky Blue #07DFFE
Tints of Deep Sky Blue #07DFFE
RGB
CMYK
RGB Variations
Color information
#07DFFE (or 0x07DFFE) is known color: Deep Sky Blue. HEX triplet: 07, DF and FE. RGB value is (7,223,254). Sum of RGB (Red+Green+Blue) = 7+223+254=484 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #07DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DFFE is #F82001. Grayscale: #A1A1A1. Windows color (decimal): -16261122 or 16703239. OLE color: 16703239.
HSL color Cylindrical-coordinate representation of color #07DFFE: hue angle of 187.53º 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 #07DFFE is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 223 | 254 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.00 |
| HSL | 187.53º | 0.99% | 0.51% | - |
| HSV(B) | 187.53º | 0.97% | 1% | - |
| XYZ | 44.36 | 59.98 | 103 | - |
| YUV | 161.95 | 179.94 | 17.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 254 | 0.97 | 0.12 | 0 | 0.00 | 187.53 | 0.99 | 0.51 |
| Hex | 7 | DF | FE | 61 | C | 0 | 0 | BC | 63 | 33 |
| Octal | 7 | 337 | 376 | 141 | 14 | 0 | 0 | 274 | 143 | 63 |
| Binary | 111 | 11011111 | 11111110 | 1100001 | 1100 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #07DFFE
Complementary color
Monochromatic Colors of #07DFFE
Black with #07DFFE
Text Example
Text Example
White with #07DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DFFE; }
p { color: rgb(7,223,254); }
H1.HeaderClassName
{
color: #07DFFE;
}
.AnyTagClassName
{
color: #07DFFE;
}
</style>
background-color css
<style>
a { background-color: #07DFFE; }
a { background-color: rgb(7,223,254); }
div.DivClassName
{
background-color: #07DFFE;
}
.BgClassName
{
background-color: #07DFFE;
}
</style>
border-color css
<style>
span { border-color: #07DFFE; }
span { border-color: rgb(7,223,254); }
td.TdClassName
{
border-color: #07DFFE;
}
.TagClassName
{
border-color: #07DFFE;
}
</style>