Shades of Electric Blue #7FFDFC
Tints of Electric Blue #7FFDFC
RGB
CMYK
RGB Variations
Color information
#7FFDFC (or 0x7FFDFC) is known color: Electric Blue. HEX triplet: 7F, FD and FC. RGB value is (127,253,252). Sum of RGB (Red+Green+Blue) = 127+253+252=632 (83% of max value = 765). Red value is 127 (50% from 255 or 20.09% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDFC is #800203. Grayscale: #D7D7D7. Windows color (decimal): -8389124 or 16579967. OLE color: 16579967.
HSL color Cylindrical-coordinate representation of color #7FFDFC: hue angle of 179.52º 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 #7FFDFC is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 252 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.01 |
| HSL | 179.52º | 0.97% | 0.75% | - |
| HSV(B) | 179.52º | 0.5% | 0.99% | - |
| XYZ | 61.45 | 81.79 | 104.64 | - |
| YUV | 215.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 252 | 0.50 | 0 | 0.00 | 0.01 | 179.52 | 0.97 | 0.75 |
| Hex | 7F | FD | FC | 32 | 0 | 0 | 1 | B4 | 61 | 4B |
| Octal | 177 | 375 | 374 | 62 | 0 | 0 | 1 | 264 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11111100 | 110010 | 0 | 0 | 1 | 10110100 | 1100001 | 1001011 |
Color Harmonies of #7FFDFC
Complementary color
Monochromatic Colors of #7FFDFC
Black with #7FFDFC
Text Example
Text Example
White with #7FFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDFC; }
p { color: rgb(127,253,252); }
H1.HeaderClassName
{
color: #7FFDFC;
}
.AnyTagClassName
{
color: #7FFDFC;
}
</style>
background-color css
<style>
a { background-color: #7FFDFC; }
a { background-color: rgb(127,253,252); }
div.DivClassName
{
background-color: #7FFDFC;
}
.BgClassName
{
background-color: #7FFDFC;
}
</style>
border-color css
<style>
span { border-color: #7FFDFC; }
span { border-color: rgb(127,253,252); }
td.TdClassName
{
border-color: #7FFDFC;
}
.TagClassName
{
border-color: #7FFDFC;
}
</style>