Shades of Electric Blue #7FE5FD
Tints of Electric Blue #7FE5FD
RGB
CMYK
RGB Variations
Color information
#7FE5FD (or 0x7FE5FD) is known color: Electric Blue. HEX triplet: 7F, E5 and FD. RGB value is (127,229,253). Sum of RGB (Red+Green+Blue) = 127+229+253=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE5FD is #801A02. Grayscale: #C9C9C9. Windows color (decimal): -8395267 or 16639359. OLE color: 16639359.
HSL color Cylindrical-coordinate representation of color #7FE5FD: hue angle of 191.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE5FD is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 229 | 253 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.01 |
| HSL | 191.43º | 0.97% | 0.75% | - |
| HSV(B) | 191.43º | 0.5% | 0.99% | - |
| XYZ | 54.5 | 67.64 | 103.11 | - |
| YUV | 201.24 | 157.21 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 253 | 0.50 | 0.09 | 0 | 0.01 | 191.43 | 0.97 | 0.75 |
| Hex | 7F | E5 | FD | 32 | 9 | 0 | 1 | BF | 61 | 4B |
| Octal | 177 | 345 | 375 | 62 | 11 | 0 | 1 | 277 | 141 | 113 |
| Binary | 1111111 | 11100101 | 11111101 | 110010 | 1001 | 0 | 1 | 10111111 | 1100001 | 1001011 |
Color Harmonies of #7FE5FD
Complementary color
Monochromatic Colors of #7FE5FD
Black with #7FE5FD
Text Example
Text Example
White with #7FE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5FD; }
p { color: rgb(127,229,253); }
H1.HeaderClassName
{
color: #7FE5FD;
}
.AnyTagClassName
{
color: #7FE5FD;
}
</style>
background-color css
<style>
a { background-color: #7FE5FD; }
a { background-color: rgb(127,229,253); }
div.DivClassName
{
background-color: #7FE5FD;
}
.BgClassName
{
background-color: #7FE5FD;
}
</style>
border-color css
<style>
span { border-color: #7FE5FD; }
span { border-color: rgb(127,229,253); }
td.TdClassName
{
border-color: #7FE5FD;
}
.TagClassName
{
border-color: #7FE5FD;
}
</style>