Shades of Sky Blue #7AD2EF
Tints of Sky Blue #7AD2EF
RGB
CMYK
RGB Variations
Color information
#7AD2EF (or 0x7AD2EF) is known color: Sky Blue. HEX triplet: 7A, D2 and EF. RGB value is (122,210,239). Sum of RGB (Red+Green+Blue) = 122+210+239=571 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.37% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #7AD2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2EF is #852D10. Grayscale: #BABABA. Windows color (decimal): -8727825 or 15716986. OLE color: 15716986.
HSL color Cylindrical-coordinate representation of color #7AD2EF: hue angle of 194.87º 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 #7AD2EF is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 210 | 239 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.06 |
| HSL | 194.87º | 0.79% | 0.71% | - |
| HSV(B) | 194.87º | 0.49% | 0.94% | - |
| XYZ | 46.65 | 56.46 | 90.1 | - |
| YUV | 186.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 239 | 0.49 | 0.12 | 0 | 0.06 | 194.87 | 0.79 | 0.71 |
| Hex | 7A | D2 | EF | 31 | C | 0 | 6 | C3 | 4F | 47 |
| Octal | 172 | 322 | 357 | 61 | 14 | 0 | 6 | 303 | 117 | 107 |
| Binary | 1111010 | 11010010 | 11101111 | 110001 | 1100 | 0 | 110 | 11000011 | 1001111 | 1000111 |
Color Harmonies of #7AD2EF
Complementary color
Monochromatic Colors of #7AD2EF
Black with #7AD2EF
Text Example
Text Example
White with #7AD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2EF; }
p { color: rgb(122,210,239); }
H1.HeaderClassName
{
color: #7AD2EF;
}
.AnyTagClassName
{
color: #7AD2EF;
}
</style>
background-color css
<style>
a { background-color: #7AD2EF; }
a { background-color: rgb(122,210,239); }
div.DivClassName
{
background-color: #7AD2EF;
}
.BgClassName
{
background-color: #7AD2EF;
}
</style>
border-color css
<style>
span { border-color: #7AD2EF; }
span { border-color: rgb(122,210,239); }
td.TdClassName
{
border-color: #7AD2EF;
}
.TagClassName
{
border-color: #7AD2EF;
}
</style>