Shades of Electric Blue #8AEDEA
Tints of Electric Blue #8AEDEA
RGB
CMYK
RGB Variations
Color information
#8AEDEA (or 0x8AEDEA) is known color: Electric Blue. HEX triplet: 8A, ED and EA. RGB value is (138,237,234). Sum of RGB (Red+Green+Blue) = 138+237+234=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEDEA is #751215. Grayscale: #CECECE. Windows color (decimal): -7672342 or 15396234. OLE color: 15396234.
HSL color Cylindrical-coordinate representation of color #8AEDEA: hue angle of 178.18º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDEA is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 234 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.07 |
| HSL | 178.18º | 0.73% | 0.74% | - |
| HSV(B) | 178.18º | 0.42% | 0.93% | - |
| XYZ | 55.62 | 71.91 | 88.79 | - |
| YUV | 207.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 234 | 0.42 | 0 | 0.01 | 0.07 | 178.18 | 0.73 | 0.74 |
| Hex | 8A | ED | EA | 2A | 0 | 1 | 7 | B2 | 49 | 4A |
| Octal | 212 | 355 | 352 | 52 | 0 | 1 | 7 | 262 | 111 | 112 |
| Binary | 10001010 | 11101101 | 11101010 | 101010 | 0 | 1 | 111 | 10110010 | 1001001 | 1001010 |
Color Harmonies of #8AEDEA
Complementary color
Monochromatic Colors of #8AEDEA
Black with #8AEDEA
Text Example
Text Example
White with #8AEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDEA; }
p { color: rgb(138,237,234); }
H1.HeaderClassName
{
color: #8AEDEA;
}
.AnyTagClassName
{
color: #8AEDEA;
}
</style>
background-color css
<style>
a { background-color: #8AEDEA; }
a { background-color: rgb(138,237,234); }
div.DivClassName
{
background-color: #8AEDEA;
}
.BgClassName
{
background-color: #8AEDEA;
}
</style>
border-color css
<style>
span { border-color: #8AEDEA; }
span { border-color: rgb(138,237,234); }
td.TdClassName
{
border-color: #8AEDEA;
}
.TagClassName
{
border-color: #8AEDEA;
}
</style>