Shades of Electric Blue #7DEAEC
Tints of Electric Blue #7DEAEC
RGB
CMYK
RGB Variations
Color information
#7DEAEC (or 0x7DEAEC) is known color: Electric Blue. HEX triplet: 7D, EA and EC. RGB value is (125,234,236). Sum of RGB (Red+Green+Blue) = 125+234+236=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAEC is #821513. Grayscale: #C9C9C9. Windows color (decimal): -8525076 or 15526525. OLE color: 15526525.
HSL color Cylindrical-coordinate representation of color #7DEAEC: hue angle of 181.08º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAEC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 234 | 236 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.07 |
| HSL | 181.08º | 0.74% | 0.71% | - |
| HSV(B) | 181.08º | 0.47% | 0.93% | - |
| XYZ | 53.02 | 69.26 | 89.93 | - |
| YUV | 201.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 236 | 0.47 | 0.01 | 0 | 0.07 | 181.08 | 0.74 | 0.71 |
| Hex | 7D | EA | EC | 2F | 1 | 0 | 7 | B5 | 4A | 47 |
| Octal | 175 | 352 | 354 | 57 | 1 | 0 | 7 | 265 | 112 | 107 |
| Binary | 1111101 | 11101010 | 11101100 | 101111 | 1 | 0 | 111 | 10110101 | 1001010 | 1000111 |
Color Harmonies of #7DEAEC
Complementary color
Monochromatic Colors of #7DEAEC
Black with #7DEAEC
Text Example
Text Example
White with #7DEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEAEC; }
p { color: rgb(125,234,236); }
H1.HeaderClassName
{
color: #7DEAEC;
}
.AnyTagClassName
{
color: #7DEAEC;
}
</style>
background-color css
<style>
a { background-color: #7DEAEC; }
a { background-color: rgb(125,234,236); }
div.DivClassName
{
background-color: #7DEAEC;
}
.BgClassName
{
background-color: #7DEAEC;
}
</style>
border-color css
<style>
span { border-color: #7DEAEC; }
span { border-color: rgb(125,234,236); }
td.TdClassName
{
border-color: #7DEAEC;
}
.TagClassName
{
border-color: #7DEAEC;
}
</style>