Shades of Electric Blue #7FFDFB
Tints of Electric Blue #7FFDFB
RGB
CMYK
RGB Variations
Color information
#7FFDFB (or 0x7FFDFB) is known color: Electric Blue. HEX triplet: 7F, FD and FB. RGB value is (127,253,251). Sum of RGB (Red+Green+Blue) = 127+253+251=631 (83% of max value = 765). Red value is 127 (50% from 255 or 20.13% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDFB is #800204. Grayscale: #D6D6D6. Windows color (decimal): -8389125 or 16514431. OLE color: 16514431.
HSL color Cylindrical-coordinate representation of color #7FFDFB: hue angle of 179.05º 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 #7FFDFB is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 251 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.01 |
| HSL | 179.05º | 0.97% | 0.75% | - |
| HSV(B) | 179.05º | 0.5% | 0.99% | - |
| XYZ | 61.29 | 81.73 | 103.81 | - |
| YUV | 215.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 251 | 0.50 | 0 | 0.01 | 0.01 | 179.05 | 0.97 | 0.75 |
| Hex | 7F | FD | FB | 32 | 0 | 1 | 1 | B3 | 61 | 4B |
| Octal | 177 | 375 | 373 | 62 | 0 | 1 | 1 | 263 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11111011 | 110010 | 0 | 1 | 1 | 10110011 | 1100001 | 1001011 |
Color Harmonies of #7FFDFB
Complementary color
Monochromatic Colors of #7FFDFB
Black with #7FFDFB
Text Example
Text Example
White with #7FFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDFB; }
p { color: rgb(127,253,251); }
H1.HeaderClassName
{
color: #7FFDFB;
}
.AnyTagClassName
{
color: #7FFDFB;
}
</style>
background-color css
<style>
a { background-color: #7FFDFB; }
a { background-color: rgb(127,253,251); }
div.DivClassName
{
background-color: #7FFDFB;
}
.BgClassName
{
background-color: #7FFDFB;
}
</style>
border-color css
<style>
span { border-color: #7FFDFB; }
span { border-color: rgb(127,253,251); }
td.TdClassName
{
border-color: #7FFDFB;
}
.TagClassName
{
border-color: #7FFDFB;
}
</style>