Shades of Electric Blue #7FFCFB
Tints of Electric Blue #7FFCFB
RGB
CMYK
RGB Variations
Color information
#7FFCFB (or 0x7FFCFB) is known color: Electric Blue. HEX triplet: 7F, FC and FB. RGB value is (127,252,251). Sum of RGB (Red+Green+Blue) = 127+252+251=630 (83% of max value = 765). Red value is 127 (50% from 255 or 20.16% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCFB is #800304. Grayscale: #D6D6D6. Windows color (decimal): -8389381 or 16514175. OLE color: 16514175.
HSL color Cylindrical-coordinate representation of color #7FFCFB: hue angle of 179.52º 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 #7FFCFB is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 251 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.01 |
| HSL | 179.52º | 0.95% | 0.74% | - |
| HSV(B) | 179.52º | 0.5% | 0.99% | - |
| XYZ | 60.98 | 81.1 | 103.71 | - |
| YUV | 214.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 251 | 0.50 | 0 | 0.00 | 0.01 | 179.52 | 0.95 | 0.74 |
| Hex | 7F | FC | FB | 32 | 0 | 0 | 1 | B4 | 5F | 4A |
| Octal | 177 | 374 | 373 | 62 | 0 | 0 | 1 | 264 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11111011 | 110010 | 0 | 0 | 1 | 10110100 | 1011111 | 1001010 |
Color Harmonies of #7FFCFB
Complementary color
Monochromatic Colors of #7FFCFB
Black with #7FFCFB
Text Example
Text Example
White with #7FFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCFB; }
p { color: rgb(127,252,251); }
H1.HeaderClassName
{
color: #7FFCFB;
}
.AnyTagClassName
{
color: #7FFCFB;
}
</style>
background-color css
<style>
a { background-color: #7FFCFB; }
a { background-color: rgb(127,252,251); }
div.DivClassName
{
background-color: #7FFCFB;
}
.BgClassName
{
background-color: #7FFCFB;
}
</style>
border-color css
<style>
span { border-color: #7FFCFB; }
span { border-color: rgb(127,252,251); }
td.TdClassName
{
border-color: #7FFCFB;
}
.TagClassName
{
border-color: #7FFCFB;
}
</style>