Shades of Electric Blue #7CE5FD
Tints of Electric Blue #7CE5FD
RGB
CMYK
RGB Variations
Color information
#7CE5FD (or 0x7CE5FD) is known color: Electric Blue. HEX triplet: 7C, E5 and FD. RGB value is (124,229,253). Sum of RGB (Red+Green+Blue) = 124+229+253=606 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.46% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE5FD is #831A02. Grayscale: #C8C8C8. Windows color (decimal): -8591875 or 16639356. OLE color: 16639356.
HSL color Cylindrical-coordinate representation of color #7CE5FD: hue angle of 191.16º 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 #7CE5FD is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 229 | 253 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.01 |
| HSL | 191.16º | 0.97% | 0.74% | - |
| HSV(B) | 191.16º | 0.51% | 0.99% | - |
| XYZ | 54.06 | 67.42 | 103.09 | - |
| YUV | 200.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 253 | 0.51 | 0.09 | 0 | 0.01 | 191.16 | 0.97 | 0.74 |
| Hex | 7C | E5 | FD | 33 | 9 | 0 | 1 | BF | 61 | 4A |
| Octal | 174 | 345 | 375 | 63 | 11 | 0 | 1 | 277 | 141 | 112 |
| Binary | 1111100 | 11100101 | 11111101 | 110011 | 1001 | 0 | 1 | 10111111 | 1100001 | 1001010 |
Color Harmonies of #7CE5FD
Complementary color
Monochromatic Colors of #7CE5FD
Black with #7CE5FD
Text Example
Text Example
White with #7CE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5FD; }
p { color: rgb(124,229,253); }
H1.HeaderClassName
{
color: #7CE5FD;
}
.AnyTagClassName
{
color: #7CE5FD;
}
</style>
background-color css
<style>
a { background-color: #7CE5FD; }
a { background-color: rgb(124,229,253); }
div.DivClassName
{
background-color: #7CE5FD;
}
.BgClassName
{
background-color: #7CE5FD;
}
</style>
border-color css
<style>
span { border-color: #7CE5FD; }
span { border-color: rgb(124,229,253); }
td.TdClassName
{
border-color: #7CE5FD;
}
.TagClassName
{
border-color: #7CE5FD;
}
</style>