Shades of Sky Blue #7EC9EF
Tints of Sky Blue #7EC9EF
RGB
CMYK
RGB Variations
Color information
#7EC9EF (or 0x7EC9EF) is known color: Sky Blue. HEX triplet: 7E, C9 and EF. RGB value is (126,201,239). Sum of RGB (Red+Green+Blue) = 126+201+239=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EC9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC9EF is #813610. Grayscale: #B6B6B6. Windows color (decimal): -8467985 or 15714686. OLE color: 15714686.
HSL color Cylindrical-coordinate representation of color #7EC9EF: hue angle of 200.18º 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 #7EC9EF is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 201 | 239 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.06 |
| HSL | 200.18º | 0.78% | 0.72% | - |
| HSV(B) | 200.18º | 0.47% | 0.94% | - |
| XYZ | 45.07 | 52.44 | 89.41 | - |
| YUV | 182.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 239 | 0.47 | 0.16 | 0 | 0.06 | 200.18 | 0.78 | 0.72 |
| Hex | 7E | C9 | EF | 2F | 10 | 0 | 6 | C8 | 4E | 48 |
| Octal | 176 | 311 | 357 | 57 | 20 | 0 | 6 | 310 | 116 | 110 |
| Binary | 1111110 | 11001001 | 11101111 | 101111 | 10000 | 0 | 110 | 11001000 | 1001110 | 1001000 |
Color Harmonies of #7EC9EF
Complementary color
Monochromatic Colors of #7EC9EF
Black with #7EC9EF
Text Example
Text Example
White with #7EC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC9EF; }
p { color: rgb(126,201,239); }
H1.HeaderClassName
{
color: #7EC9EF;
}
.AnyTagClassName
{
color: #7EC9EF;
}
</style>
background-color css
<style>
a { background-color: #7EC9EF; }
a { background-color: rgb(126,201,239); }
div.DivClassName
{
background-color: #7EC9EF;
}
.BgClassName
{
background-color: #7EC9EF;
}
</style>
border-color css
<style>
span { border-color: #7EC9EF; }
span { border-color: rgb(126,201,239); }
td.TdClassName
{
border-color: #7EC9EF;
}
.TagClassName
{
border-color: #7EC9EF;
}
</style>