Shades of Deep Sky Blue #07ADFF
Tints of Deep Sky Blue #07ADFF
RGB
CMYK
RGB Variations
Color information
#07ADFF (or 0x07ADFF) is known color: Deep Sky Blue. HEX triplet: 07, AD and FF. RGB value is (7,173,255). Sum of RGB (Red+Green+Blue) = 7+173+255=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #07ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ADFF is #F85200. Grayscale: #848484. Windows color (decimal): -16273921 or 16755975. OLE color: 16755975.
HSL color Cylindrical-coordinate representation of color #07ADFF: hue angle of 199.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ADFF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 173 | 255 | - |
| CMYK | 0.97 | 0.32 | 0 | 0 |
| HSL | 199.84º | 1% | 0.51% | - |
| HSV(B) | 199.84º | 0.97% | 1% | - |
| XYZ | 33.08 | 37.15 | 100.04 | - |
| YUV | 132.71 | 197 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 255 | 0.97 | 0.32 | 0 | 0 | 199.84 | 1 | 0.51 |
| Hex | 7 | AD | FF | 61 | 20 | 0 | 0 | C8 | 64 | 33 |
| Octal | 7 | 255 | 377 | 141 | 40 | 0 | 0 | 310 | 144 | 63 |
| Binary | 111 | 10101101 | 11111111 | 1100001 | 100000 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #07ADFF
Complementary color
Monochromatic Colors of #07ADFF
Black with #07ADFF
Text Example
Text Example
White with #07ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADFF; }
p { color: rgb(7,173,255); }
H1.HeaderClassName
{
color: #07ADFF;
}
.AnyTagClassName
{
color: #07ADFF;
}
</style>
background-color css
<style>
a { background-color: #07ADFF; }
a { background-color: rgb(7,173,255); }
div.DivClassName
{
background-color: #07ADFF;
}
.BgClassName
{
background-color: #07ADFF;
}
</style>
border-color css
<style>
span { border-color: #07ADFF; }
span { border-color: rgb(7,173,255); }
td.TdClassName
{
border-color: #07ADFF;
}
.TagClassName
{
border-color: #07ADFF;
}
</style>