Shades of Sky Blue #7AD4EF
Tints of Sky Blue #7AD4EF
RGB
CMYK
RGB Variations
Color information
#7AD4EF (or 0x7AD4EF) is known color: Sky Blue. HEX triplet: 7A, D4 and EF. RGB value is (122,212,239). Sum of RGB (Red+Green+Blue) = 122+212+239=573 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.29% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #7AD4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD4EF is #852B10. Grayscale: #BBBBBB. Windows color (decimal): -8727313 or 15717498. OLE color: 15717498.
HSL color Cylindrical-coordinate representation of color #7AD4EF: hue angle of 193.85º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD4EF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 212 | 239 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.06 |
| HSL | 193.85º | 0.79% | 0.71% | - |
| HSV(B) | 193.85º | 0.49% | 0.94% | - |
| XYZ | 47.15 | 57.46 | 90.27 | - |
| YUV | 188.17 | 156.68 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 239 | 0.49 | 0.11 | 0 | 0.06 | 193.85 | 0.79 | 0.71 |
| Hex | 7A | D4 | EF | 31 | B | 0 | 6 | C2 | 4F | 47 |
| Octal | 172 | 324 | 357 | 61 | 13 | 0 | 6 | 302 | 117 | 107 |
| Binary | 1111010 | 11010100 | 11101111 | 110001 | 1011 | 0 | 110 | 11000010 | 1001111 | 1000111 |
Color Harmonies of #7AD4EF
Complementary color
Monochromatic Colors of #7AD4EF
Black with #7AD4EF
Text Example
Text Example
White with #7AD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD4EF; }
p { color: rgb(122,212,239); }
H1.HeaderClassName
{
color: #7AD4EF;
}
.AnyTagClassName
{
color: #7AD4EF;
}
</style>
background-color css
<style>
a { background-color: #7AD4EF; }
a { background-color: rgb(122,212,239); }
div.DivClassName
{
background-color: #7AD4EF;
}
.BgClassName
{
background-color: #7AD4EF;
}
</style>
border-color css
<style>
span { border-color: #7AD4EF; }
span { border-color: rgb(122,212,239); }
td.TdClassName
{
border-color: #7AD4EF;
}
.TagClassName
{
border-color: #7AD4EF;
}
</style>