Shades of Electric Blue #7FEDED
Tints of Electric Blue #7FEDED
RGB
CMYK
RGB Variations
Color information
#7FEDED (or 0x7FEDED) is known color: Electric Blue. HEX triplet: 7F, ED and ED. RGB value is (127,237,237). Sum of RGB (Red+Green+Blue) = 127+237+237=601 (79% of max value = 765). Red value is 127 (50% from 255 or 21.13% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #7FEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEDED is #801212. Grayscale: #CBCBCB. Windows color (decimal): -8393235 or 15592831. OLE color: 15592831.
HSL color Cylindrical-coordinate representation of color #7FEDED: hue angle of 180º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDED is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 237 | - |
| CMYK | 0.46 | 0 | 0 | 0.07 |
| HSL | 180º | 0.75% | 0.71% | - |
| HSV(B) | 180º | 0.46% | 0.93% | - |
| XYZ | 54.32 | 71.19 | 91 | - |
| YUV | 204.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 237 | 0.46 | 0 | 0 | 0.07 | 180 | 0.75 | 0.71 |
| Hex | 7F | ED | ED | 2E | 0 | 0 | 7 | B4 | 4B | 47 |
| Octal | 177 | 355 | 355 | 56 | 0 | 0 | 7 | 264 | 113 | 107 |
| Binary | 1111111 | 11101101 | 11101101 | 101110 | 0 | 0 | 111 | 10110100 | 1001011 | 1000111 |
Color Harmonies of #7FEDED
Complementary color
Monochromatic Colors of #7FEDED
Black with #7FEDED
Text Example
Text Example
White with #7FEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDED; }
p { color: rgb(127,237,237); }
H1.HeaderClassName
{
color: #7FEDED;
}
.AnyTagClassName
{
color: #7FEDED;
}
</style>
background-color css
<style>
a { background-color: #7FEDED; }
a { background-color: rgb(127,237,237); }
div.DivClassName
{
background-color: #7FEDED;
}
.BgClassName
{
background-color: #7FEDED;
}
</style>
border-color css
<style>
span { border-color: #7FEDED; }
span { border-color: rgb(127,237,237); }
td.TdClassName
{
border-color: #7FEDED;
}
.TagClassName
{
border-color: #7FEDED;
}
</style>