Shades of Electric Blue #8AFEFA
Tints of Electric Blue #8AFEFA
RGB
CMYK
RGB Variations
Color information
#8AFEFA (or 0x8AFEFA) is known color: Electric Blue. HEX triplet: 8A, FE and FA. RGB value is (138,254,250). Sum of RGB (Red+Green+Blue) = 138+254+250=642 (85% of max value = 765). Red value is 138 (54.30% from 255 or 21.50% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEFA is #750105. Grayscale: #DADADA. Windows color (decimal): -7667974 or 16449162. OLE color: 16449162.
HSL color Cylindrical-coordinate representation of color #8AFEFA: hue angle of 177.93º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEFA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 250 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.00 |
| HSL | 177.93º | 0.98% | 0.77% | - |
| HSV(B) | 177.93º | 0.46% | 1% | - |
| XYZ | 63.18 | 83.19 | 103.17 | - |
| YUV | 218.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 250 | 0.46 | 0 | 0.02 | 0.00 | 177.93 | 0.98 | 0.77 |
| Hex | 8A | FE | FA | 2E | 0 | 2 | 0 | B2 | 62 | 4D |
| Octal | 212 | 376 | 372 | 56 | 0 | 2 | 0 | 262 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11111010 | 101110 | 0 | 10 | 0 | 10110010 | 1100010 | 1001101 |
Color Harmonies of #8AFEFA
Complementary color
Monochromatic Colors of #8AFEFA
Black with #8AFEFA
Text Example
Text Example
White with #8AFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEFA; }
p { color: rgb(138,254,250); }
H1.HeaderClassName
{
color: #8AFEFA;
}
.AnyTagClassName
{
color: #8AFEFA;
}
</style>
background-color css
<style>
a { background-color: #8AFEFA; }
a { background-color: rgb(138,254,250); }
div.DivClassName
{
background-color: #8AFEFA;
}
.BgClassName
{
background-color: #8AFEFA;
}
</style>
border-color css
<style>
span { border-color: #8AFEFA; }
span { border-color: rgb(138,254,250); }
td.TdClassName
{
border-color: #8AFEFA;
}
.TagClassName
{
border-color: #8AFEFA;
}
</style>