Shades of Sky Blue #7EC8EC
Tints of Sky Blue #7EC8EC
RGB
CMYK
RGB Variations
Color information
#7EC8EC (or 0x7EC8EC) is known color: Sky Blue. HEX triplet: 7E, C8 and EC. RGB value is (126,200,236). Sum of RGB (Red+Green+Blue) = 126+200+236=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EC8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC8EC is #813713. Grayscale: #B5B5B5. Windows color (decimal): -8468244 or 15517822. OLE color: 15517822.
HSL color Cylindrical-coordinate representation of color #7EC8EC: hue angle of 199.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EC8EC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 200 | 236 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.07 |
| HSL | 199.64º | 0.74% | 0.71% | - |
| HSV(B) | 199.64º | 0.47% | 0.93% | - |
| XYZ | 44.4 | 51.8 | 87.02 | - |
| YUV | 181.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 236 | 0.47 | 0.15 | 0 | 0.07 | 199.64 | 0.74 | 0.71 |
| Hex | 7E | C8 | EC | 2F | F | 0 | 7 | C8 | 4A | 47 |
| Octal | 176 | 310 | 354 | 57 | 17 | 0 | 7 | 310 | 112 | 107 |
| Binary | 1111110 | 11001000 | 11101100 | 101111 | 1111 | 0 | 111 | 11001000 | 1001010 | 1000111 |
Color Harmonies of #7EC8EC
Complementary color
Monochromatic Colors of #7EC8EC
Black with #7EC8EC
Text Example
Text Example
White with #7EC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC8EC; }
p { color: rgb(126,200,236); }
H1.HeaderClassName
{
color: #7EC8EC;
}
.AnyTagClassName
{
color: #7EC8EC;
}
</style>
background-color css
<style>
a { background-color: #7EC8EC; }
a { background-color: rgb(126,200,236); }
div.DivClassName
{
background-color: #7EC8EC;
}
.BgClassName
{
background-color: #7EC8EC;
}
</style>
border-color css
<style>
span { border-color: #7EC8EC; }
span { border-color: rgb(126,200,236); }
td.TdClassName
{
border-color: #7EC8EC;
}
.TagClassName
{
border-color: #7EC8EC;
}
</style>