Shades of Deep Sky Blue #07ADFE
Tints of Deep Sky Blue #07ADFE
RGB
CMYK
RGB Variations
Color information
#07ADFE (or 0x07ADFE) is known color: Deep Sky Blue. HEX triplet: 07, AD and FE. RGB value is (7,173,254). Sum of RGB (Red+Green+Blue) = 7+173+254=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #07ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ADFE is #F85201. Grayscale: #848484. Windows color (decimal): -16273922 or 16690439. OLE color: 16690439.
HSL color Cylindrical-coordinate representation of color #07ADFE: hue angle of 199.68º 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 #07ADFE is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 173 | 254 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.00 |
| HSL | 199.68º | 0.99% | 0.51% | - |
| HSV(B) | 199.68º | 0.97% | 1% | - |
| XYZ | 32.92 | 37.09 | 99.19 | - |
| YUV | 132.6 | 196.5 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 254 | 0.97 | 0.32 | 0 | 0.00 | 199.68 | 0.99 | 0.51 |
| Hex | 7 | AD | FE | 61 | 20 | 0 | 0 | C8 | 63 | 33 |
| Octal | 7 | 255 | 376 | 141 | 40 | 0 | 0 | 310 | 143 | 63 |
| Binary | 111 | 10101101 | 11111110 | 1100001 | 100000 | 0 | 0 | 11001000 | 1100011 | 110011 |
Color Harmonies of #07ADFE
Complementary color
Monochromatic Colors of #07ADFE
Black with #07ADFE
Text Example
Text Example
White with #07ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADFE; }
p { color: rgb(7,173,254); }
H1.HeaderClassName
{
color: #07ADFE;
}
.AnyTagClassName
{
color: #07ADFE;
}
</style>
background-color css
<style>
a { background-color: #07ADFE; }
a { background-color: rgb(7,173,254); }
div.DivClassName
{
background-color: #07ADFE;
}
.BgClassName
{
background-color: #07ADFE;
}
</style>
border-color css
<style>
span { border-color: #07ADFE; }
span { border-color: rgb(7,173,254); }
td.TdClassName
{
border-color: #07ADFE;
}
.TagClassName
{
border-color: #07ADFE;
}
</style>