Shades of Electric Blue #7FFDF7
Tints of Electric Blue #7FFDF7
RGB
CMYK
RGB Variations
Color information
#7FFDF7 (or 0x7FFDF7) is known color: Electric Blue. HEX triplet: 7F, FD and F7. RGB value is (127,253,247). Sum of RGB (Red+Green+Blue) = 127+253+247=627 (83% of max value = 765). Red value is 127 (50% from 255 or 20.26% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDF7 is #800208. Grayscale: #D6D6D6. Windows color (decimal): -8389129 or 16252287. OLE color: 16252287.
HSL color Cylindrical-coordinate representation of color #7FFDF7: hue angle of 177.14º 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 #7FFDF7 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 247 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.01 |
| HSL | 177.14º | 0.97% | 0.75% | - |
| HSV(B) | 177.14º | 0.5% | 0.99% | - |
| XYZ | 60.67 | 81.48 | 100.53 | - |
| YUV | 214.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 247 | 0.50 | 0 | 0.02 | 0.01 | 177.14 | 0.97 | 0.75 |
| Hex | 7F | FD | F7 | 32 | 0 | 2 | 1 | B1 | 61 | 4B |
| Octal | 177 | 375 | 367 | 62 | 0 | 2 | 1 | 261 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11110111 | 110010 | 0 | 10 | 1 | 10110001 | 1100001 | 1001011 |
Color Harmonies of #7FFDF7
Complementary color
Monochromatic Colors of #7FFDF7
Black with #7FFDF7
Text Example
Text Example
White with #7FFDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDF7; }
p { color: rgb(127,253,247); }
H1.HeaderClassName
{
color: #7FFDF7;
}
.AnyTagClassName
{
color: #7FFDF7;
}
</style>
background-color css
<style>
a { background-color: #7FFDF7; }
a { background-color: rgb(127,253,247); }
div.DivClassName
{
background-color: #7FFDF7;
}
.BgClassName
{
background-color: #7FFDF7;
}
</style>
border-color css
<style>
span { border-color: #7FFDF7; }
span { border-color: rgb(127,253,247); }
td.TdClassName
{
border-color: #7FFDF7;
}
.TagClassName
{
border-color: #7FFDF7;
}
</style>