Shades of Electric Blue #8AFFFE
Tints of Electric Blue #8AFFFE
RGB
CMYK
RGB Variations
Color information
#8AFFFE (or 0x8AFFFE) is known color: Electric Blue. HEX triplet: 8A, FF and FE. RGB value is (138,255,254). Sum of RGB (Red+Green+Blue) = 138+255+254=647 (85% of max value = 765). Red value is 138 (54.30% from 255 or 21.33% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFFFE is #750001. Grayscale: #DBDBDB. Windows color (decimal): -7667714 or 16711562. OLE color: 16711562.
HSL color Cylindrical-coordinate representation of color #8AFFFE: hue angle of 179.49º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFFE is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 254 | - |
| CMYK | 0.46 | 0 | 0.00 | 0 |
| HSL | 179.49º | 1% | 0.77% | - |
| HSV(B) | 179.49º | 0.46% | 1% | - |
| XYZ | 64.13 | 84.08 | 106.61 | - |
| YUV | 219.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 254 | 0.46 | 0 | 0.00 | 0 | 179.49 | 1 | 0.77 |
| Hex | 8A | FF | FE | 2E | 0 | 0 | 0 | B3 | 64 | 4D |
| Octal | 212 | 377 | 376 | 56 | 0 | 0 | 0 | 263 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11111110 | 101110 | 0 | 0 | 0 | 10110011 | 1100100 | 1001101 |
Color Harmonies of #8AFFFE
Complementary color
Monochromatic Colors of #8AFFFE
Black with #8AFFFE
Text Example
Text Example
White with #8AFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFFE; }
p { color: rgb(138,255,254); }
H1.HeaderClassName
{
color: #8AFFFE;
}
.AnyTagClassName
{
color: #8AFFFE;
}
</style>
background-color css
<style>
a { background-color: #8AFFFE; }
a { background-color: rgb(138,255,254); }
div.DivClassName
{
background-color: #8AFFFE;
}
.BgClassName
{
background-color: #8AFFFE;
}
</style>
border-color css
<style>
span { border-color: #8AFFFE; }
span { border-color: rgb(138,255,254); }
td.TdClassName
{
border-color: #8AFFFE;
}
.TagClassName
{
border-color: #8AFFFE;
}
</style>