Shades of Sky Blue #7EC5EF
Tints of Sky Blue #7EC5EF
RGB
CMYK
RGB Variations
Color information
#7EC5EF (or 0x7EC5EF) is known color: Sky Blue. HEX triplet: 7E, C5 and EF. RGB value is (126,197,239). Sum of RGB (Red+Green+Blue) = 126+197+239=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EC5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC5EF is #813A10. Grayscale: #B4B4B4. Windows color (decimal): -8469009 or 15713662. OLE color: 15713662.
HSL color Cylindrical-coordinate representation of color #7EC5EF: hue angle of 202.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EC5EF is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 197 | 239 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.06 |
| HSL | 202.3º | 0.78% | 0.72% | - |
| HSV(B) | 202.3º | 0.47% | 0.94% | - |
| XYZ | 44.15 | 50.6 | 89.1 | - |
| YUV | 180.56 | 160.98 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 239 | 0.47 | 0.18 | 0 | 0.06 | 202.3 | 0.78 | 0.72 |
| Hex | 7E | C5 | EF | 2F | 12 | 0 | 6 | CA | 4E | 48 |
| Octal | 176 | 305 | 357 | 57 | 22 | 0 | 6 | 312 | 116 | 110 |
| Binary | 1111110 | 11000101 | 11101111 | 101111 | 10010 | 0 | 110 | 11001010 | 1001110 | 1001000 |
Color Harmonies of #7EC5EF
Complementary color
Monochromatic Colors of #7EC5EF
Black with #7EC5EF
Text Example
Text Example
White with #7EC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5EF; }
p { color: rgb(126,197,239); }
H1.HeaderClassName
{
color: #7EC5EF;
}
.AnyTagClassName
{
color: #7EC5EF;
}
</style>
background-color css
<style>
a { background-color: #7EC5EF; }
a { background-color: rgb(126,197,239); }
div.DivClassName
{
background-color: #7EC5EF;
}
.BgClassName
{
background-color: #7EC5EF;
}
</style>
border-color css
<style>
span { border-color: #7EC5EF; }
span { border-color: rgb(126,197,239); }
td.TdClassName
{
border-color: #7EC5EF;
}
.TagClassName
{
border-color: #7EC5EF;
}
</style>