Shades of Electric Blue #7CFAFE
Tints of Electric Blue #7CFAFE
RGB
CMYK
RGB Variations
Color information
#7CFAFE (or 0x7CFAFE) is known color: Electric Blue. HEX triplet: 7C, FA and FE. RGB value is (124,250,254). Sum of RGB (Red+Green+Blue) = 124+250+254=628 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.75% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFAFE is #830501. Grayscale: #D4D4D4. Windows color (decimal): -8586498 or 16710268. OLE color: 16710268.
HSL color Cylindrical-coordinate representation of color #7CFAFE: hue angle of 181.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFAFE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 250 | 254 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.00 |
| HSL | 181.85º | 0.98% | 0.74% | - |
| HSV(B) | 181.85º | 0.51% | 1% | - |
| XYZ | 60.39 | 79.81 | 105.99 | - |
| YUV | 212.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 254 | 0.51 | 0.02 | 0 | 0.00 | 181.85 | 0.98 | 0.74 |
| Hex | 7C | FA | FE | 33 | 2 | 0 | 0 | B6 | 62 | 4A |
| Octal | 174 | 372 | 376 | 63 | 2 | 0 | 0 | 266 | 142 | 112 |
| Binary | 1111100 | 11111010 | 11111110 | 110011 | 10 | 0 | 0 | 10110110 | 1100010 | 1001010 |
Color Harmonies of #7CFAFE
Complementary color
Monochromatic Colors of #7CFAFE
Black with #7CFAFE
Text Example
Text Example
White with #7CFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAFE; }
p { color: rgb(124,250,254); }
H1.HeaderClassName
{
color: #7CFAFE;
}
.AnyTagClassName
{
color: #7CFAFE;
}
</style>
background-color css
<style>
a { background-color: #7CFAFE; }
a { background-color: rgb(124,250,254); }
div.DivClassName
{
background-color: #7CFAFE;
}
.BgClassName
{
background-color: #7CFAFE;
}
</style>
border-color css
<style>
span { border-color: #7CFAFE; }
span { border-color: rgb(124,250,254); }
td.TdClassName
{
border-color: #7CFAFE;
}
.TagClassName
{
border-color: #7CFAFE;
}
</style>