Shades of Electric Blue #7FE3FF
Tints of Electric Blue #7FE3FF
RGB
CMYK
RGB Variations
Color information
#7FE3FF (or 0x7FE3FF) is known color: Electric Blue. HEX triplet: 7F, E3 and FF. RGB value is (127,227,255). Sum of RGB (Red+Green+Blue) = 127+227+255=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE3FF is #801C00. Grayscale: #C8C8C8. Windows color (decimal): -8395777 or 16769919. OLE color: 16769919.
HSL color Cylindrical-coordinate representation of color #7FE3FF: hue angle of 193.12º 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 #7FE3FF is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 227 | 255 | - |
| CMYK | 0.50 | 0.11 | 0 | 0 |
| HSL | 193.13º | 1% | 0.75% | - |
| HSV(B) | 193.13º | 0.5% | 1% | - |
| XYZ | 54.27 | 66.67 | 104.62 | - |
| YUV | 200.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 255 | 0.50 | 0.11 | 0 | 0 | 193.13 | 1 | 0.75 |
| Hex | 7F | E3 | FF | 32 | B | 0 | 0 | C1 | 64 | 4B |
| Octal | 177 | 343 | 377 | 62 | 13 | 0 | 0 | 301 | 144 | 113 |
| Binary | 1111111 | 11100011 | 11111111 | 110010 | 1011 | 0 | 0 | 11000001 | 1100100 | 1001011 |
Color Harmonies of #7FE3FF
Complementary color
Monochromatic Colors of #7FE3FF
Black with #7FE3FF
Text Example
Text Example
White with #7FE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3FF; }
p { color: rgb(127,227,255); }
H1.HeaderClassName
{
color: #7FE3FF;
}
.AnyTagClassName
{
color: #7FE3FF;
}
</style>
background-color css
<style>
a { background-color: #7FE3FF; }
a { background-color: rgb(127,227,255); }
div.DivClassName
{
background-color: #7FE3FF;
}
.BgClassName
{
background-color: #7FE3FF;
}
</style>
border-color css
<style>
span { border-color: #7FE3FF; }
span { border-color: rgb(127,227,255); }
td.TdClassName
{
border-color: #7FE3FF;
}
.TagClassName
{
border-color: #7FE3FF;
}
</style>