Shades of Electric Blue #7FFFF3
Tints of Electric Blue #7FFFF3
RGB
CMYK
RGB Variations
Color information
#7FFFF3 (or 0x7FFFF3) is known color: Electric Blue. HEX triplet: 7F, FF and F3. RGB value is (127,255,243). Sum of RGB (Red+Green+Blue) = 127+255+243=625 (82% of max value = 765). Red value is 127 (50% from 255 or 20.32% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFFF3 is #80000C. Grayscale: #D7D7D7. Windows color (decimal): -8388621 or 15990655. OLE color: 15990655.
HSL color Cylindrical-coordinate representation of color #7FFFF3: hue angle of 174.38º 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 #7FFFF3 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 243 | - |
| CMYK | 0.50 | 0 | 0.05 | 0 |
| HSL | 174.38º | 1% | 0.75% | - |
| HSV(B) | 174.38º | 0.5% | 1% | - |
| XYZ | 60.69 | 82.5 | 97.52 | - |
| YUV | 215.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 243 | 0.50 | 0 | 0.05 | 0 | 174.38 | 1 | 0.75 |
| Hex | 7F | FF | F3 | 32 | 0 | 5 | 0 | AE | 64 | 4B |
| Octal | 177 | 377 | 363 | 62 | 0 | 5 | 0 | 256 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11110011 | 110010 | 0 | 101 | 0 | 10101110 | 1100100 | 1001011 |
Color Harmonies of #7FFFF3
Complementary color
Monochromatic Colors of #7FFFF3
Black with #7FFFF3
Text Example
Text Example
White with #7FFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFF3; }
p { color: rgb(127,255,243); }
H1.HeaderClassName
{
color: #7FFFF3;
}
.AnyTagClassName
{
color: #7FFFF3;
}
</style>
background-color css
<style>
a { background-color: #7FFFF3; }
a { background-color: rgb(127,255,243); }
div.DivClassName
{
background-color: #7FFFF3;
}
.BgClassName
{
background-color: #7FFFF3;
}
</style>
border-color css
<style>
span { border-color: #7FFFF3; }
span { border-color: rgb(127,255,243); }
td.TdClassName
{
border-color: #7FFFF3;
}
.TagClassName
{
border-color: #7FFFF3;
}
</style>