Shades of Sky Blue #7AD0EC
Tints of Sky Blue #7AD0EC
RGB
CMYK
RGB Variations
Color information
#7AD0EC (or 0x7AD0EC) is known color: Sky Blue. HEX triplet: 7A, D0 and EC. RGB value is (122,208,236). Sum of RGB (Red+Green+Blue) = 122+208+236=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AD0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD0EC is #852F13. Grayscale: #B9B9B9. Windows color (decimal): -8728340 or 15519866. OLE color: 15519866.
HSL color Cylindrical-coordinate representation of color #7AD0EC: hue angle of 194.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD0EC is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 208 | 236 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.07 |
| HSL | 194.74º | 0.75% | 0.7% | - |
| HSV(B) | 194.74º | 0.48% | 0.93% | - |
| XYZ | 45.72 | 55.31 | 87.62 | - |
| YUV | 185.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 236 | 0.48 | 0.12 | 0 | 0.07 | 194.74 | 0.75 | 0.7 |
| Hex | 7A | D0 | EC | 30 | C | 0 | 7 | C3 | 4B | 46 |
| Octal | 172 | 320 | 354 | 60 | 14 | 0 | 7 | 303 | 113 | 106 |
| Binary | 1111010 | 11010000 | 11101100 | 110000 | 1100 | 0 | 111 | 11000011 | 1001011 | 1000110 |
Color Harmonies of #7AD0EC
Complementary color
Monochromatic Colors of #7AD0EC
Black with #7AD0EC
Text Example
Text Example
White with #7AD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD0EC; }
p { color: rgb(122,208,236); }
H1.HeaderClassName
{
color: #7AD0EC;
}
.AnyTagClassName
{
color: #7AD0EC;
}
</style>
background-color css
<style>
a { background-color: #7AD0EC; }
a { background-color: rgb(122,208,236); }
div.DivClassName
{
background-color: #7AD0EC;
}
.BgClassName
{
background-color: #7AD0EC;
}
</style>
border-color css
<style>
span { border-color: #7AD0EC; }
span { border-color: rgb(122,208,236); }
td.TdClassName
{
border-color: #7AD0EC;
}
.TagClassName
{
border-color: #7AD0EC;
}
</style>