Shades of Electric Blue #7FEEFC
Tints of Electric Blue #7FEEFC
RGB
CMYK
RGB Variations
Color information
#7FEEFC (or 0x7FEEFC) is known color: Electric Blue. HEX triplet: 7F, EE and FC. RGB value is (127,238,252). Sum of RGB (Red+Green+Blue) = 127+238+252=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEEFC is #801103. Grayscale: #CECECE. Windows color (decimal): -8392964 or 16576127. OLE color: 16576127.
HSL color Cylindrical-coordinate representation of color #7FEEFC: hue angle of 186.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FEEFC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 238 | 252 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.01 |
| HSL | 186.72º | 0.95% | 0.74% | - |
| HSV(B) | 186.72º | 0.5% | 0.99% | - |
| XYZ | 56.9 | 72.69 | 103.13 | - |
| YUV | 206.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 252 | 0.50 | 0.06 | 0 | 0.01 | 186.72 | 0.95 | 0.74 |
| Hex | 7F | EE | FC | 32 | 6 | 0 | 1 | BB | 5F | 4A |
| Octal | 177 | 356 | 374 | 62 | 6 | 0 | 1 | 273 | 137 | 112 |
| Binary | 1111111 | 11101110 | 11111100 | 110010 | 110 | 0 | 1 | 10111011 | 1011111 | 1001010 |
Color Harmonies of #7FEEFC
Complementary color
Monochromatic Colors of #7FEEFC
Black with #7FEEFC
Text Example
Text Example
White with #7FEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEFC; }
p { color: rgb(127,238,252); }
H1.HeaderClassName
{
color: #7FEEFC;
}
.AnyTagClassName
{
color: #7FEEFC;
}
</style>
background-color css
<style>
a { background-color: #7FEEFC; }
a { background-color: rgb(127,238,252); }
div.DivClassName
{
background-color: #7FEEFC;
}
.BgClassName
{
background-color: #7FEEFC;
}
</style>
border-color css
<style>
span { border-color: #7FEEFC; }
span { border-color: rgb(127,238,252); }
td.TdClassName
{
border-color: #7FEEFC;
}
.TagClassName
{
border-color: #7FEEFC;
}
</style>