Shades of Deep Sky Blue #07A3E8
Tints of Deep Sky Blue #07A3E8
RGB
CMYK
RGB Variations
Color information
#07A3E8 (or 0x07A3E8) is known color: Deep Sky Blue. HEX triplet: 07, A3 and E8. RGB value is (7,163,232). Sum of RGB (Red+Green+Blue) = 7+163+232=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #07A3E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A3E8 is #F85C17. Grayscale: #7B7B7B. Windows color (decimal): -16276504 or 15246087. OLE color: 15246087.
HSL color Cylindrical-coordinate representation of color #07A3E8: hue angle of 198.4º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A3E8 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 163 | 232 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.09 |
| HSL | 198.4º | 0.94% | 0.47% | - |
| HSV(B) | 198.4º | 0.97% | 0.91% | - |
| XYZ | 27.75 | 32.07 | 81.07 | - |
| YUV | 124.22 | 188.82 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 232 | 0.97 | 0.30 | 0 | 0.09 | 198.4 | 0.94 | 0.47 |
| Hex | 7 | A3 | E8 | 61 | 1E | 0 | 9 | C6 | 5E | 2F |
| Octal | 7 | 243 | 350 | 141 | 36 | 0 | 11 | 306 | 136 | 57 |
| Binary | 111 | 10100011 | 11101000 | 1100001 | 11110 | 0 | 1001 | 11000110 | 1011110 | 101111 |
Color Harmonies of #07A3E8
Complementary color
Monochromatic Colors of #07A3E8
Black with #07A3E8
Text Example
Text Example
White with #07A3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A3E8; }
p { color: rgb(7,163,232); }
H1.HeaderClassName
{
color: #07A3E8;
}
.AnyTagClassName
{
color: #07A3E8;
}
</style>
background-color css
<style>
a { background-color: #07A3E8; }
a { background-color: rgb(7,163,232); }
div.DivClassName
{
background-color: #07A3E8;
}
.BgClassName
{
background-color: #07A3E8;
}
</style>
border-color css
<style>
span { border-color: #07A3E8; }
span { border-color: rgb(7,163,232); }
td.TdClassName
{
border-color: #07A3E8;
}
.TagClassName
{
border-color: #07A3E8;
}
</style>