Shades of Sky Blue #7ED2EA
Tints of Sky Blue #7ED2EA
RGB
CMYK
RGB Variations
Color information
#7ED2EA (or 0x7ED2EA) is known color: Sky Blue. HEX triplet: 7E, D2 and EA. RGB value is (126,210,234). Sum of RGB (Red+Green+Blue) = 126+210+234=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #7ED2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED2EA is #812D15. Grayscale: #BBBBBB. Windows color (decimal): -8465686 or 15389310. OLE color: 15389310.
HSL color Cylindrical-coordinate representation of color #7ED2EA: hue angle of 193.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ED2EA is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 210 | 234 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.08 |
| HSL | 193.33º | 0.72% | 0.71% | - |
| HSV(B) | 193.33º | 0.46% | 0.92% | - |
| XYZ | 46.5 | 56.47 | 86.29 | - |
| YUV | 187.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 234 | 0.46 | 0.10 | 0 | 0.08 | 193.33 | 0.72 | 0.71 |
| Hex | 7E | D2 | EA | 2E | A | 0 | 8 | C1 | 48 | 47 |
| Octal | 176 | 322 | 352 | 56 | 12 | 0 | 10 | 301 | 110 | 107 |
| Binary | 1111110 | 11010010 | 11101010 | 101110 | 1010 | 0 | 1000 | 11000001 | 1001000 | 1000111 |
Color Harmonies of #7ED2EA
Complementary color
Monochromatic Colors of #7ED2EA
Black with #7ED2EA
Text Example
Text Example
White with #7ED2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2EA; }
p { color: rgb(126,210,234); }
H1.HeaderClassName
{
color: #7ED2EA;
}
.AnyTagClassName
{
color: #7ED2EA;
}
</style>
background-color css
<style>
a { background-color: #7ED2EA; }
a { background-color: rgb(126,210,234); }
div.DivClassName
{
background-color: #7ED2EA;
}
.BgClassName
{
background-color: #7ED2EA;
}
</style>
border-color css
<style>
span { border-color: #7ED2EA; }
span { border-color: rgb(126,210,234); }
td.TdClassName
{
border-color: #7ED2EA;
}
.TagClassName
{
border-color: #7ED2EA;
}
</style>