Shades of Electric Blue #7AEDEE
Tints of Electric Blue #7AEDEE
RGB
CMYK
RGB Variations
Color information
#7AEDEE (or 0x7AEDEE) is known color: Electric Blue. HEX triplet: 7A, ED and EE. RGB value is (122,237,238). Sum of RGB (Red+Green+Blue) = 122+237+238=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEDEE is #851211. Grayscale: #CACACA. Windows color (decimal): -8720914 or 15658362. OLE color: 15658362.
HSL color Cylindrical-coordinate representation of color #7AEDEE: hue angle of 180.52º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDEE is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 238 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.07 |
| HSL | 180.52º | 0.77% | 0.71% | - |
| HSV(B) | 180.52º | 0.49% | 0.93% | - |
| XYZ | 53.74 | 70.88 | 91.74 | - |
| YUV | 202.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 238 | 0.49 | 0.00 | 0 | 0.07 | 180.52 | 0.77 | 0.71 |
| Hex | 7A | ED | EE | 31 | 0 | 0 | 7 | B5 | 4D | 47 |
| Octal | 172 | 355 | 356 | 61 | 0 | 0 | 7 | 265 | 115 | 107 |
| Binary | 1111010 | 11101101 | 11101110 | 110001 | 0 | 0 | 111 | 10110101 | 1001101 | 1000111 |
Color Harmonies of #7AEDEE
Complementary color
Monochromatic Colors of #7AEDEE
Black with #7AEDEE
Text Example
Text Example
White with #7AEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDEE; }
p { color: rgb(122,237,238); }
H1.HeaderClassName
{
color: #7AEDEE;
}
.AnyTagClassName
{
color: #7AEDEE;
}
</style>
background-color css
<style>
a { background-color: #7AEDEE; }
a { background-color: rgb(122,237,238); }
div.DivClassName
{
background-color: #7AEDEE;
}
.BgClassName
{
background-color: #7AEDEE;
}
</style>
border-color css
<style>
span { border-color: #7AEDEE; }
span { border-color: rgb(122,237,238); }
td.TdClassName
{
border-color: #7AEDEE;
}
.TagClassName
{
border-color: #7AEDEE;
}
</style>