Shades of Sky Blue #7ED7EE
Tints of Sky Blue #7ED7EE
RGB
CMYK
RGB Variations
Color information
#7ED7EE (or 0x7ED7EE) is known color: Sky Blue. HEX triplet: 7E, D7 and EE. RGB value is (126,215,238). Sum of RGB (Red+Green+Blue) = 126+215+238=579 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.76% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #7ED7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED7EE is #812811. Grayscale: #BEBEBE. Windows color (decimal): -8464402 or 15652734. OLE color: 15652734.
HSL color Cylindrical-coordinate representation of color #7ED7EE: hue angle of 192.32º degrees, saturation: 0.77, 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 #7ED7EE is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 215 | 238 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.07 |
| HSL | 192.32º | 0.77% | 0.71% | - |
| HSV(B) | 192.32º | 0.47% | 0.93% | - |
| XYZ | 48.34 | 59.21 | 89.77 | - |
| YUV | 191.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 238 | 0.47 | 0.10 | 0 | 0.07 | 192.32 | 0.77 | 0.71 |
| Hex | 7E | D7 | EE | 2F | A | 0 | 7 | C0 | 4D | 47 |
| Octal | 176 | 327 | 356 | 57 | 12 | 0 | 7 | 300 | 115 | 107 |
| Binary | 1111110 | 11010111 | 11101110 | 101111 | 1010 | 0 | 111 | 11000000 | 1001101 | 1000111 |
Color Harmonies of #7ED7EE
Complementary color
Monochromatic Colors of #7ED7EE
Black with #7ED7EE
Text Example
Text Example
White with #7ED7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED7EE; }
p { color: rgb(126,215,238); }
H1.HeaderClassName
{
color: #7ED7EE;
}
.AnyTagClassName
{
color: #7ED7EE;
}
</style>
background-color css
<style>
a { background-color: #7ED7EE; }
a { background-color: rgb(126,215,238); }
div.DivClassName
{
background-color: #7ED7EE;
}
.BgClassName
{
background-color: #7ED7EE;
}
</style>
border-color css
<style>
span { border-color: #7ED7EE; }
span { border-color: rgb(126,215,238); }
td.TdClassName
{
border-color: #7ED7EE;
}
.TagClassName
{
border-color: #7ED7EE;
}
</style>