Shades of Electric Blue #7FE8F3
Tints of Electric Blue #7FE8F3
RGB
CMYK
RGB Variations
Color information
#7FE8F3 (or 0x7FE8F3) is known color: Electric Blue. HEX triplet: 7F, E8 and F3. RGB value is (127,232,243). Sum of RGB (Red+Green+Blue) = 127+232+243=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #7FE8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8F3 is #80170C. Grayscale: #C9C9C9. Windows color (decimal): -8394509 or 15984767. OLE color: 15984767.
HSL color Cylindrical-coordinate representation of color #7FE8F3: hue angle of 185.69º 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 #7FE8F3 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 232 | 243 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.05 |
| HSL | 185.69º | 0.83% | 0.73% | - |
| HSV(B) | 185.69º | 0.48% | 0.95% | - |
| XYZ | 53.79 | 68.7 | 95.22 | - |
| YUV | 201.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 243 | 0.48 | 0.05 | 0 | 0.05 | 185.69 | 0.83 | 0.73 |
| Hex | 7F | E8 | F3 | 30 | 5 | 0 | 5 | BA | 53 | 49 |
| Octal | 177 | 350 | 363 | 60 | 5 | 0 | 5 | 272 | 123 | 111 |
| Binary | 1111111 | 11101000 | 11110011 | 110000 | 101 | 0 | 101 | 10111010 | 1010011 | 1001001 |
Color Harmonies of #7FE8F3
Complementary color
Monochromatic Colors of #7FE8F3
Black with #7FE8F3
Text Example
Text Example
White with #7FE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8F3; }
p { color: rgb(127,232,243); }
H1.HeaderClassName
{
color: #7FE8F3;
}
.AnyTagClassName
{
color: #7FE8F3;
}
</style>
background-color css
<style>
a { background-color: #7FE8F3; }
a { background-color: rgb(127,232,243); }
div.DivClassName
{
background-color: #7FE8F3;
}
.BgClassName
{
background-color: #7FE8F3;
}
</style>
border-color css
<style>
span { border-color: #7FE8F3; }
span { border-color: rgb(127,232,243); }
td.TdClassName
{
border-color: #7FE8F3;
}
.TagClassName
{
border-color: #7FE8F3;
}
</style>