Shades of Sky Blue #7EC7EA
Tints of Sky Blue #7EC7EA
RGB
CMYK
RGB Variations
Color information
#7EC7EA (or 0x7EC7EA) is known color: Sky Blue. HEX triplet: 7E, C7 and EA. RGB value is (126,199,234). Sum of RGB (Red+Green+Blue) = 126+199+234=559 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.54% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EC7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC7EA is #813815. Grayscale: #B4B4B4. Windows color (decimal): -8468502 or 15386494. OLE color: 15386494.
HSL color Cylindrical-coordinate representation of color #7EC7EA: hue angle of 199.44º 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 #7EC7EA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 199 | 234 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.08 |
| HSL | 199.44º | 0.72% | 0.71% | - |
| HSV(B) | 199.44º | 0.46% | 0.92% | - |
| XYZ | 43.88 | 51.22 | 85.42 | - |
| YUV | 181.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 234 | 0.46 | 0.15 | 0 | 0.08 | 199.44 | 0.72 | 0.71 |
| Hex | 7E | C7 | EA | 2E | F | 0 | 8 | C7 | 48 | 47 |
| Octal | 176 | 307 | 352 | 56 | 17 | 0 | 10 | 307 | 110 | 107 |
| Binary | 1111110 | 11000111 | 11101010 | 101110 | 1111 | 0 | 1000 | 11000111 | 1001000 | 1000111 |
Color Harmonies of #7EC7EA
Complementary color
Monochromatic Colors of #7EC7EA
Black with #7EC7EA
Text Example
Text Example
White with #7EC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC7EA; }
p { color: rgb(126,199,234); }
H1.HeaderClassName
{
color: #7EC7EA;
}
.AnyTagClassName
{
color: #7EC7EA;
}
</style>
background-color css
<style>
a { background-color: #7EC7EA; }
a { background-color: rgb(126,199,234); }
div.DivClassName
{
background-color: #7EC7EA;
}
.BgClassName
{
background-color: #7EC7EA;
}
</style>
border-color css
<style>
span { border-color: #7EC7EA; }
span { border-color: rgb(126,199,234); }
td.TdClassName
{
border-color: #7EC7EA;
}
.TagClassName
{
border-color: #7EC7EA;
}
</style>