Shades of Electric Blue #7FECFC
Tints of Electric Blue #7FECFC
RGB
CMYK
RGB Variations
Color information
#7FECFC (or 0x7FECFC) is known color: Electric Blue. HEX triplet: 7F, EC and FC. RGB value is (127,236,252). Sum of RGB (Red+Green+Blue) = 127+236+252=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECFC is #801303. Grayscale: #CDCDCD. Windows color (decimal): -8393476 or 16575615. OLE color: 16575615.
HSL color Cylindrical-coordinate representation of color #7FECFC: hue angle of 187.68º 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 #7FECFC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 127 | 236 | 252 | - |
CMYK | 0.50 | 0.06 | 0 | 0.01 |
HSL | 187.68º | 0.95% | 0.74% | - |
HSV(B) | 187.68º | 0.5% | 0.99% | - |
XYZ | 56.32 | 71.53 | 102.93 | - |
YUV | 205.23 | 154.39 | 72.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 236 | 252 | 0.50 | 0.06 | 0 | 0.01 | 187.68 | 0.95 | 0.74 |
Hex | 7F | EC | FC | 32 | 6 | 0 | 1 | BC | 5F | 4A |
Octal | 177 | 354 | 374 | 62 | 6 | 0 | 1 | 274 | 137 | 112 |
Binary | 1111111 | 11101100 | 11111100 | 110010 | 110 | 0 | 1 | 10111100 | 1011111 | 1001010 |
Color Harmonies of #7FECFC
Complementary color
Monochromatic Colors of #7FECFC
Black with #7FECFC
Text Example
Text Example
White with #7FECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECFC; }
p { color: rgb(127,236,252); }
H1.HeaderClassName
{
color: #7FECFC;
}
.AnyTagClassName
{
color: #7FECFC;
}
</style>
background-color css
<style>
a { background-color: #7FECFC; }
a { background-color: rgb(127,236,252); }
div.DivClassName
{
background-color: #7FECFC;
}
.BgClassName
{
background-color: #7FECFC;
}
</style>
border-color css
<style>
span { border-color: #7FECFC; }
span { border-color: rgb(127,236,252); }
td.TdClassName
{
border-color: #7FECFC;
}
.TagClassName
{
border-color: #7FECFC;
}
</style>