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