Shades of Electric Blue #8AEEF1
Tints of Electric Blue #8AEEF1
RGB
CMYK
RGB Variations
Color information
#8AEEF1 (or 0x8AEEF1) is known color: Electric Blue. HEX triplet: 8A, EE and F1. RGB value is (138,238,241). Sum of RGB (Red+Green+Blue) = 138+238+241=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEEF1 is #75110E. Grayscale: #D0D0D0. Windows color (decimal): -7672079 or 15855242. OLE color: 15855242.
HSL color Cylindrical-coordinate representation of color #8AEEF1: hue angle of 181.75º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AEEF1 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 238 | 241 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.05 |
| HSL | 181.75º | 0.79% | 0.74% | - |
| HSV(B) | 181.75º | 0.43% | 0.95% | - |
| XYZ | 56.93 | 72.9 | 94.29 | - |
| YUV | 208.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 241 | 0.43 | 0.01 | 0 | 0.05 | 181.75 | 0.79 | 0.74 |
| Hex | 8A | EE | F1 | 2B | 1 | 0 | 5 | B6 | 4F | 4A |
| Octal | 212 | 356 | 361 | 53 | 1 | 0 | 5 | 266 | 117 | 112 |
| Binary | 10001010 | 11101110 | 11110001 | 101011 | 1 | 0 | 101 | 10110110 | 1001111 | 1001010 |
Color Harmonies of #8AEEF1
Complementary color
Monochromatic Colors of #8AEEF1
Black with #8AEEF1
Text Example
Text Example
White with #8AEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEF1; }
p { color: rgb(138,238,241); }
H1.HeaderClassName
{
color: #8AEEF1;
}
.AnyTagClassName
{
color: #8AEEF1;
}
</style>
background-color css
<style>
a { background-color: #8AEEF1; }
a { background-color: rgb(138,238,241); }
div.DivClassName
{
background-color: #8AEEF1;
}
.BgClassName
{
background-color: #8AEEF1;
}
</style>
border-color css
<style>
span { border-color: #8AEEF1; }
span { border-color: rgb(138,238,241); }
td.TdClassName
{
border-color: #8AEEF1;
}
.TagClassName
{
border-color: #8AEEF1;
}
</style>