Shades of Electric Blue #7FF3E8
Tints of Electric Blue #7FF3E8
RGB
CMYK
RGB Variations
Color information
#7FF3E8 (or 0x7FF3E8) is known color: Electric Blue. HEX triplet: 7F, F3 and E8. RGB value is (127,243,232). Sum of RGB (Red+Green+Blue) = 127+243+232=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF3E8 is #800C17. Grayscale: #CECECE. Windows color (decimal): -8391704 or 15266687. OLE color: 15266687.
HSL color Cylindrical-coordinate representation of color #7FF3E8: hue angle of 174.31º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF3E8 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 243 | 232 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.05 |
| HSL | 174.31º | 0.83% | 0.73% | - |
| HSV(B) | 174.31º | 0.48% | 0.95% | - |
| XYZ | 55.37 | 74.44 | 87.79 | - |
| YUV | 207.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 243 | 232 | 0.48 | 0 | 0.05 | 0.05 | 174.31 | 0.83 | 0.73 |
| Hex | 7F | F3 | E8 | 30 | 0 | 5 | 5 | AE | 53 | 49 |
| Octal | 177 | 363 | 350 | 60 | 0 | 5 | 5 | 256 | 123 | 111 |
| Binary | 1111111 | 11110011 | 11101000 | 110000 | 0 | 101 | 101 | 10101110 | 1010011 | 1001001 |
Color Harmonies of #7FF3E8
Complementary color
Monochromatic Colors of #7FF3E8
Black with #7FF3E8
Text Example
Text Example
White with #7FF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF3E8; }
p { color: rgb(127,243,232); }
H1.HeaderClassName
{
color: #7FF3E8;
}
.AnyTagClassName
{
color: #7FF3E8;
}
</style>
background-color css
<style>
a { background-color: #7FF3E8; }
a { background-color: rgb(127,243,232); }
div.DivClassName
{
background-color: #7FF3E8;
}
.BgClassName
{
background-color: #7FF3E8;
}
</style>
border-color css
<style>
span { border-color: #7FF3E8; }
span { border-color: rgb(127,243,232); }
td.TdClassName
{
border-color: #7FF3E8;
}
.TagClassName
{
border-color: #7FF3E8;
}
</style>