Shades of Electric Blue #7FFDED
Tints of Electric Blue #7FFDED
RGB
CMYK
RGB Variations
Color information
#7FFDED (or 0x7FFDED) is known color: Electric Blue. HEX triplet: 7F, FD and ED. RGB value is (127,253,237). Sum of RGB (Red+Green+Blue) = 127+253+237=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDED is #800212. Grayscale: #D5D5D5. Windows color (decimal): -8389139 or 15596927. OLE color: 15596927.
HSL color Cylindrical-coordinate representation of color #7FFDED: hue angle of 172.38º 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 #7FFDED is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 237 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.01 |
| HSL | 172.38º | 0.97% | 0.75% | - |
| HSV(B) | 172.38º | 0.5% | 0.99% | - |
| XYZ | 59.16 | 80.88 | 92.61 | - |
| YUV | 213.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 237 | 0.50 | 0 | 0.06 | 0.01 | 172.38 | 0.97 | 0.75 |
| Hex | 7F | FD | ED | 32 | 0 | 6 | 1 | AC | 61 | 4B |
| Octal | 177 | 375 | 355 | 62 | 0 | 6 | 1 | 254 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11101101 | 110010 | 0 | 110 | 1 | 10101100 | 1100001 | 1001011 |
Color Harmonies of #7FFDED
Complementary color
Monochromatic Colors of #7FFDED
Black with #7FFDED
Text Example
Text Example
White with #7FFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDED; }
p { color: rgb(127,253,237); }
H1.HeaderClassName
{
color: #7FFDED;
}
.AnyTagClassName
{
color: #7FFDED;
}
</style>
background-color css
<style>
a { background-color: #7FFDED; }
a { background-color: rgb(127,253,237); }
div.DivClassName
{
background-color: #7FFDED;
}
.BgClassName
{
background-color: #7FFDED;
}
</style>
border-color css
<style>
span { border-color: #7FFDED; }
span { border-color: rgb(127,253,237); }
td.TdClassName
{
border-color: #7FFDED;
}
.TagClassName
{
border-color: #7FFDED;
}
</style>