Shades of Deep Sky Blue #07ADF2
Tints of Deep Sky Blue #07ADF2
RGB
CMYK
RGB Variations
Color information
#07ADF2 (or 0x07ADF2) is known color: Deep Sky Blue. HEX triplet: 07, AD and F2. RGB value is (7,173,242). Sum of RGB (Red+Green+Blue) = 7+173+242=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #07ADF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ADF2 is #F8520D. Grayscale: #828282. Windows color (decimal): -16273934 or 15904007. OLE color: 15904007.
HSL color Cylindrical-coordinate representation of color #07ADF2: hue angle of 197.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ADF2 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 173 | 242 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.05 |
| HSL | 197.62º | 0.94% | 0.49% | - |
| HSV(B) | 197.62º | 0.97% | 0.95% | - |
| XYZ | 31.06 | 36.34 | 89.38 | - |
| YUV | 131.23 | 190.5 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 242 | 0.97 | 0.29 | 0 | 0.05 | 197.62 | 0.94 | 0.49 |
| Hex | 7 | AD | F2 | 61 | 1D | 0 | 5 | C6 | 5E | 31 |
| Octal | 7 | 255 | 362 | 141 | 35 | 0 | 5 | 306 | 136 | 61 |
| Binary | 111 | 10101101 | 11110010 | 1100001 | 11101 | 0 | 101 | 11000110 | 1011110 | 110001 |
Color Harmonies of #07ADF2
Complementary color
Monochromatic Colors of #07ADF2
Black with #07ADF2
Text Example
Text Example
White with #07ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADF2; }
p { color: rgb(7,173,242); }
H1.HeaderClassName
{
color: #07ADF2;
}
.AnyTagClassName
{
color: #07ADF2;
}
</style>
background-color css
<style>
a { background-color: #07ADF2; }
a { background-color: rgb(7,173,242); }
div.DivClassName
{
background-color: #07ADF2;
}
.BgClassName
{
background-color: #07ADF2;
}
</style>
border-color css
<style>
span { border-color: #07ADF2; }
span { border-color: rgb(7,173,242); }
td.TdClassName
{
border-color: #07ADF2;
}
.TagClassName
{
border-color: #07ADF2;
}
</style>