Shades of Electric Blue #7FEEFD
Tints of Electric Blue #7FEEFD
RGB
CMYK
RGB Variations
Color information
#7FEEFD (or 0x7FEEFD) is known color: Electric Blue. HEX triplet: 7F, EE and FD. RGB value is (127,238,253). Sum of RGB (Red+Green+Blue) = 127+238+253=618 (81% of max value = 765). Red value is 127 (50% from 255 or 20.55% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEEFD is #801102. Grayscale: #CECECE. Windows color (decimal): -8392963 or 16641663. OLE color: 16641663.
HSL color Cylindrical-coordinate representation of color #7FEEFD: hue angle of 187.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FEEFD is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 238 | 253 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.01 |
| HSL | 187.14º | 0.97% | 0.75% | - |
| HSV(B) | 187.14º | 0.5% | 0.99% | - |
| XYZ | 57.06 | 72.75 | 103.96 | - |
| YUV | 206.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 253 | 0.50 | 0.06 | 0 | 0.01 | 187.14 | 0.97 | 0.75 |
| Hex | 7F | EE | FD | 32 | 6 | 0 | 1 | BB | 61 | 4B |
| Octal | 177 | 356 | 375 | 62 | 6 | 0 | 1 | 273 | 141 | 113 |
| Binary | 1111111 | 11101110 | 11111101 | 110010 | 110 | 0 | 1 | 10111011 | 1100001 | 1001011 |
Color Harmonies of #7FEEFD
Complementary color
Monochromatic Colors of #7FEEFD
Black with #7FEEFD
Text Example
Text Example
White with #7FEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEFD; }
p { color: rgb(127,238,253); }
H1.HeaderClassName
{
color: #7FEEFD;
}
.AnyTagClassName
{
color: #7FEEFD;
}
</style>
background-color css
<style>
a { background-color: #7FEEFD; }
a { background-color: rgb(127,238,253); }
div.DivClassName
{
background-color: #7FEEFD;
}
.BgClassName
{
background-color: #7FEEFD;
}
</style>
border-color css
<style>
span { border-color: #7FEEFD; }
span { border-color: rgb(127,238,253); }
td.TdClassName
{
border-color: #7FEEFD;
}
.TagClassName
{
border-color: #7FEEFD;
}
</style>