Shades of Electric Blue #7FE8FD
Tints of Electric Blue #7FE8FD
RGB
CMYK
RGB Variations
Color information
#7FE8FD (or 0x7FE8FD) is known color: Electric Blue. HEX triplet: 7F, E8 and FD. RGB value is (127,232,253). Sum of RGB (Red+Green+Blue) = 127+232+253=612 (81% of max value = 765). Red value is 127 (50% from 255 or 20.75% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FE8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8FD is #801702. Grayscale: #CACACA. Windows color (decimal): -8394499 or 16640127. OLE color: 16640127.
HSL color Cylindrical-coordinate representation of color #7FE8FD: hue angle of 190º 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 #7FE8FD is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 232 | 253 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.01 |
| HSL | 190º | 0.97% | 0.75% | - |
| HSV(B) | 190º | 0.5% | 0.99% | - |
| XYZ | 55.34 | 69.32 | 103.39 | - |
| YUV | 203 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 253 | 0.50 | 0.08 | 0 | 0.01 | 190 | 0.97 | 0.75 |
| Hex | 7F | E8 | FD | 32 | 8 | 0 | 1 | BE | 61 | 4B |
| Octal | 177 | 350 | 375 | 62 | 10 | 0 | 1 | 276 | 141 | 113 |
| Binary | 1111111 | 11101000 | 11111101 | 110010 | 1000 | 0 | 1 | 10111110 | 1100001 | 1001011 |
Color Harmonies of #7FE8FD
Complementary color
Monochromatic Colors of #7FE8FD
Black with #7FE8FD
Text Example
Text Example
White with #7FE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8FD; }
p { color: rgb(127,232,253); }
H1.HeaderClassName
{
color: #7FE8FD;
}
.AnyTagClassName
{
color: #7FE8FD;
}
</style>
background-color css
<style>
a { background-color: #7FE8FD; }
a { background-color: rgb(127,232,253); }
div.DivClassName
{
background-color: #7FE8FD;
}
.BgClassName
{
background-color: #7FE8FD;
}
</style>
border-color css
<style>
span { border-color: #7FE8FD; }
span { border-color: rgb(127,232,253); }
td.TdClassName
{
border-color: #7FE8FD;
}
.TagClassName
{
border-color: #7FE8FD;
}
</style>