Shades of Electric Blue #7CFDF0
Tints of Electric Blue #7CFDF0
RGB
CMYK
RGB Variations
Color information
#7CFDF0 (or 0x7CFDF0) is known color: Electric Blue. HEX triplet: 7C, FD and F0. RGB value is (124,253,240). Sum of RGB (Red+Green+Blue) = 124+253+240=617 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.10% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDF0 is #83020F. Grayscale: #D4D4D4. Windows color (decimal): -8585744 or 15793532. OLE color: 15793532.
HSL color Cylindrical-coordinate representation of color #7CFDF0: hue angle of 173.95º 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 #7CFDF0 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 124 | 253 | 240 | - |
CMYK | 0.51 | 0 | 0.05 | 0.01 |
HSL | 173.95º | 0.97% | 0.74% | - |
HSV(B) | 173.95º | 0.51% | 0.99% | - |
XYZ | 59.17 | 80.83 | 94.92 | - |
YUV | 212.95 | 143.26 | 64.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 253 | 240 | 0.51 | 0 | 0.05 | 0.01 | 173.95 | 0.97 | 0.74 |
Hex | 7C | FD | F0 | 33 | 0 | 5 | 1 | AE | 61 | 4A |
Octal | 174 | 375 | 360 | 63 | 0 | 5 | 1 | 256 | 141 | 112 |
Binary | 1111100 | 11111101 | 11110000 | 110011 | 0 | 101 | 1 | 10101110 | 1100001 | 1001010 |
Color Harmonies of #7CFDF0
Complementary color
Monochromatic Colors of #7CFDF0
Black with #7CFDF0
Text Example
Text Example
White with #7CFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDF0; }
p { color: rgb(124,253,240); }
H1.HeaderClassName
{
color: #7CFDF0;
}
.AnyTagClassName
{
color: #7CFDF0;
}
</style>
background-color css
<style>
a { background-color: #7CFDF0; }
a { background-color: rgb(124,253,240); }
div.DivClassName
{
background-color: #7CFDF0;
}
.BgClassName
{
background-color: #7CFDF0;
}
</style>
border-color css
<style>
span { border-color: #7CFDF0; }
span { border-color: rgb(124,253,240); }
td.TdClassName
{
border-color: #7CFDF0;
}
.TagClassName
{
border-color: #7CFDF0;
}
</style>