Shades of Electric Blue #7CEAFF
Tints of Electric Blue #7CEAFF
RGB
CMYK
RGB Variations
Color information
#7CEAFF (or 0x7CEAFF) is known color: Electric Blue. HEX triplet: 7C, EA and FF. RGB value is (124,234,255). Sum of RGB (Red+Green+Blue) = 124+234+255=613 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.23% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CEAFF is #831500. Grayscale: #CBCBCB. Windows color (decimal): -8590593 or 16771708. OLE color: 16771708.
HSL color Cylindrical-coordinate representation of color #7CEAFF: hue angle of 189.62º 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 #7CEAFF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 234 | 255 | - |
| CMYK | 0.51 | 0.08 | 0 | 0 |
| HSL | 189.62º | 1% | 0.74% | - |
| HSV(B) | 189.62º | 0.51% | 1% | - |
| XYZ | 55.79 | 70.35 | 105.25 | - |
| YUV | 203.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 255 | 0.51 | 0.08 | 0 | 0 | 189.62 | 1 | 0.74 |
| Hex | 7C | EA | FF | 33 | 8 | 0 | 0 | BE | 64 | 4A |
| Octal | 174 | 352 | 377 | 63 | 10 | 0 | 0 | 276 | 144 | 112 |
| Binary | 1111100 | 11101010 | 11111111 | 110011 | 1000 | 0 | 0 | 10111110 | 1100100 | 1001010 |
Color Harmonies of #7CEAFF
Complementary color
Monochromatic Colors of #7CEAFF
Black with #7CEAFF
Text Example
Text Example
White with #7CEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEAFF; }
p { color: rgb(124,234,255); }
H1.HeaderClassName
{
color: #7CEAFF;
}
.AnyTagClassName
{
color: #7CEAFF;
}
</style>
background-color css
<style>
a { background-color: #7CEAFF; }
a { background-color: rgb(124,234,255); }
div.DivClassName
{
background-color: #7CEAFF;
}
.BgClassName
{
background-color: #7CEAFF;
}
</style>
border-color css
<style>
span { border-color: #7CEAFF; }
span { border-color: rgb(124,234,255); }
td.TdClassName
{
border-color: #7CEAFF;
}
.TagClassName
{
border-color: #7CEAFF;
}
</style>