Shades of Light Sky Blue #7ED7FB
Tints of Light Sky Blue #7ED7FB
RGB
CMYK
RGB Variations
Color information
#7ED7FB (or 0x7ED7FB) is known color: Light Sky Blue. HEX triplet: 7E, D7 and FB. RGB value is (126,215,251). Sum of RGB (Red+Green+Blue) = 126+215+251=592 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.28% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #7ED7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED7FB is #812804. Grayscale: #C0C0C0. Windows color (decimal): -8464389 or 16504702. OLE color: 16504702.
HSL color Cylindrical-coordinate representation of color #7ED7FB: hue angle of 197.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED7FB is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 215 | 251 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.02 |
| HSL | 197.28º | 0.94% | 0.74% | - |
| HSV(B) | 197.28º | 0.5% | 0.98% | - |
| XYZ | 50.32 | 60 | 100.2 | - |
| YUV | 192.49 | 161.01 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 251 | 0.50 | 0.14 | 0 | 0.02 | 197.28 | 0.94 | 0.74 |
| Hex | 7E | D7 | FB | 32 | E | 0 | 2 | C5 | 5E | 4A |
| Octal | 176 | 327 | 373 | 62 | 16 | 0 | 2 | 305 | 136 | 112 |
| Binary | 1111110 | 11010111 | 11111011 | 110010 | 1110 | 0 | 10 | 11000101 | 1011110 | 1001010 |
Color Harmonies of #7ED7FB
Complementary color
Monochromatic Colors of #7ED7FB
Black with #7ED7FB
Text Example
Text Example
White with #7ED7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED7FB; }
p { color: rgb(126,215,251); }
H1.HeaderClassName
{
color: #7ED7FB;
}
.AnyTagClassName
{
color: #7ED7FB;
}
</style>
background-color css
<style>
a { background-color: #7ED7FB; }
a { background-color: rgb(126,215,251); }
div.DivClassName
{
background-color: #7ED7FB;
}
.BgClassName
{
background-color: #7ED7FB;
}
</style>
border-color css
<style>
span { border-color: #7ED7FB; }
span { border-color: rgb(126,215,251); }
td.TdClassName
{
border-color: #7ED7FB;
}
.TagClassName
{
border-color: #7ED7FB;
}
</style>