Shades of Electric Blue #7FEDFF
Tints of Electric Blue #7FEDFF
RGB
CMYK
RGB Variations
Color information
#7FEDFF (or 0x7FEDFF) is known color: Electric Blue. HEX triplet: 7F, ED and FF. RGB value is (127,237,255). Sum of RGB (Red+Green+Blue) = 127+237+255=619 (81% of max value = 765). Red value is 127 (50% from 255 or 20.52% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEDFF is #801200. Grayscale: #CDCDCD. Windows color (decimal): -8393217 or 16772479. OLE color: 16772479.
HSL color Cylindrical-coordinate representation of color #7FEDFF: hue angle of 188.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FEDFF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 237 | 255 | - |
| CMYK | 0.50 | 0.07 | 0 | 0 |
| HSL | 188.44º | 1% | 0.75% | - |
| HSV(B) | 188.44º | 0.5% | 1% | - |
| XYZ | 57.09 | 72.3 | 105.55 | - |
| YUV | 206.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 255 | 0.50 | 0.07 | 0 | 0 | 188.44 | 1 | 0.75 |
| Hex | 7F | ED | FF | 32 | 7 | 0 | 0 | BC | 64 | 4B |
| Octal | 177 | 355 | 377 | 62 | 7 | 0 | 0 | 274 | 144 | 113 |
| Binary | 1111111 | 11101101 | 11111111 | 110010 | 111 | 0 | 0 | 10111100 | 1100100 | 1001011 |
Color Harmonies of #7FEDFF
Complementary color
Monochromatic Colors of #7FEDFF
Black with #7FEDFF
Text Example
Text Example
White with #7FEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDFF; }
p { color: rgb(127,237,255); }
H1.HeaderClassName
{
color: #7FEDFF;
}
.AnyTagClassName
{
color: #7FEDFF;
}
</style>
background-color css
<style>
a { background-color: #7FEDFF; }
a { background-color: rgb(127,237,255); }
div.DivClassName
{
background-color: #7FEDFF;
}
.BgClassName
{
background-color: #7FEDFF;
}
</style>
border-color css
<style>
span { border-color: #7FEDFF; }
span { border-color: rgb(127,237,255); }
td.TdClassName
{
border-color: #7FEDFF;
}
.TagClassName
{
border-color: #7FEDFF;
}
</style>