Shades of Light Sky Blue #7ED2FB
Tints of Light Sky Blue #7ED2FB
RGB
CMYK
RGB Variations
Color information
#7ED2FB (or 0x7ED2FB) is known color: Light Sky Blue. HEX triplet: 7E, D2 and FB. RGB value is (126,210,251). Sum of RGB (Red+Green+Blue) = 126+210+251=587 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.47% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #7ED2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED2FB is #812D04. Grayscale: #BDBDBD. Windows color (decimal): -8465669 or 16503422. OLE color: 16503422.
HSL color Cylindrical-coordinate representation of color #7ED2FB: hue angle of 199.68º 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 #7ED2FB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 210 | 251 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.02 |
| HSL | 199.68º | 0.94% | 0.74% | - |
| HSV(B) | 199.68º | 0.5% | 0.98% | - |
| XYZ | 49.06 | 57.49 | 99.78 | - |
| YUV | 189.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 251 | 0.50 | 0.16 | 0 | 0.02 | 199.68 | 0.94 | 0.74 |
| Hex | 7E | D2 | FB | 32 | 10 | 0 | 2 | C8 | 5E | 4A |
| Octal | 176 | 322 | 373 | 62 | 20 | 0 | 2 | 310 | 136 | 112 |
| Binary | 1111110 | 11010010 | 11111011 | 110010 | 10000 | 0 | 10 | 11001000 | 1011110 | 1001010 |
Color Harmonies of #7ED2FB
Complementary color
Monochromatic Colors of #7ED2FB
Black with #7ED2FB
Text Example
Text Example
White with #7ED2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2FB; }
p { color: rgb(126,210,251); }
H1.HeaderClassName
{
color: #7ED2FB;
}
.AnyTagClassName
{
color: #7ED2FB;
}
</style>
background-color css
<style>
a { background-color: #7ED2FB; }
a { background-color: rgb(126,210,251); }
div.DivClassName
{
background-color: #7ED2FB;
}
.BgClassName
{
background-color: #7ED2FB;
}
</style>
border-color css
<style>
span { border-color: #7ED2FB; }
span { border-color: rgb(126,210,251); }
td.TdClassName
{
border-color: #7ED2FB;
}
.TagClassName
{
border-color: #7ED2FB;
}
</style>