Shades of Electric Blue #7CFDFD
Tints of Electric Blue #7CFDFD
RGB
CMYK
RGB Variations
Color information
#7CFDFD (or 0x7CFDFD) is known color: Electric Blue. HEX triplet: 7C, FD and FD. RGB value is (124,253,253). Sum of RGB (Red+Green+Blue) = 124+253+253=630 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.68% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #7CFDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDFD is #830202. Grayscale: #D6D6D6. Windows color (decimal): -8585731 or 16645500. OLE color: 16645500.
HSL color Cylindrical-coordinate representation of color #7CFDFD: hue angle of 180º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFDFD is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 253 | - |
| CMYK | 0.51 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.74% | - |
| HSV(B) | 180º | 0.51% | 0.99% | - |
| XYZ | 61.17 | 81.63 | 105.46 | - |
| YUV | 214.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 253 | 0.51 | 0 | 0 | 0.01 | 180 | 0.97 | 0.74 |
| Hex | 7C | FD | FD | 33 | 0 | 0 | 1 | B4 | 61 | 4A |
| Octal | 174 | 375 | 375 | 63 | 0 | 0 | 1 | 264 | 141 | 112 |
| Binary | 1111100 | 11111101 | 11111101 | 110011 | 0 | 0 | 1 | 10110100 | 1100001 | 1001010 |
Color Harmonies of #7CFDFD
Complementary color
Monochromatic Colors of #7CFDFD
Black with #7CFDFD
Text Example
Text Example
White with #7CFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDFD; }
p { color: rgb(124,253,253); }
H1.HeaderClassName
{
color: #7CFDFD;
}
.AnyTagClassName
{
color: #7CFDFD;
}
</style>
background-color css
<style>
a { background-color: #7CFDFD; }
a { background-color: rgb(124,253,253); }
div.DivClassName
{
background-color: #7CFDFD;
}
.BgClassName
{
background-color: #7CFDFD;
}
</style>
border-color css
<style>
span { border-color: #7CFDFD; }
span { border-color: rgb(124,253,253); }
td.TdClassName
{
border-color: #7CFDFD;
}
.TagClassName
{
border-color: #7CFDFD;
}
</style>