Shades of Electric Blue #7CFFFF
Tints of Electric Blue #7CFFFF
RGB
CMYK
RGB Variations
Color information
#7CFFFF (or 0x7CFFFF) is known color: Electric Blue. HEX triplet: 7C, FF and FF. RGB value is (124,255,255). Sum of RGB (Red+Green+Blue) = 124+255+255=634 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.56% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #7CFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFFF is #830000. Grayscale: #D7D7D7. Windows color (decimal): -8585217 or 16777084. OLE color: 16777084.
HSL color Cylindrical-coordinate representation of color #7CFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFFF is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 255 | - |
| CMYK | 0.51 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.74% | - |
| HSV(B) | 180º | 0.51% | 1% | - |
| XYZ | 62.12 | 83.03 | 107.36 | - |
| YUV | 215.83 | 150.1 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 255 | 0.51 | 0 | 0 | 0 | 180 | 1 | 0.74 |
| Hex | 7C | FF | FF | 33 | 0 | 0 | 0 | B4 | 64 | 4A |
| Octal | 174 | 377 | 377 | 63 | 0 | 0 | 0 | 264 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11111111 | 110011 | 0 | 0 | 0 | 10110100 | 1100100 | 1001010 |
Color Harmonies of #7CFFFF
Complementary color
Monochromatic Colors of #7CFFFF
Black with #7CFFFF
Text Example
Text Example
White with #7CFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFFF; }
p { color: rgb(124,255,255); }
H1.HeaderClassName
{
color: #7CFFFF;
}
.AnyTagClassName
{
color: #7CFFFF;
}
</style>
background-color css
<style>
a { background-color: #7CFFFF; }
a { background-color: rgb(124,255,255); }
div.DivClassName
{
background-color: #7CFFFF;
}
.BgClassName
{
background-color: #7CFFFF;
}
</style>
border-color css
<style>
span { border-color: #7CFFFF; }
span { border-color: rgb(124,255,255); }
td.TdClassName
{
border-color: #7CFFFF;
}
.TagClassName
{
border-color: #7CFFFF;
}
</style>