Shades of Electric Blue #8AFEFF
Tints of Electric Blue #8AFEFF
RGB
CMYK
RGB Variations
Color information
#8AFEFF (or 0x8AFEFF) is known color: Electric Blue. HEX triplet: 8A, FE and FF. RGB value is (138,254,255). Sum of RGB (Red+Green+Blue) = 138+254+255=647 (85% of max value = 765). Red value is 138 (54.30% from 255 or 21.33% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEFF is #750100. Grayscale: #DBDBDB. Windows color (decimal): -7667969 or 16776842. OLE color: 16776842.
HSL color Cylindrical-coordinate representation of color #8AFEFF: hue angle of 180.51º 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 #8AFEFF is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 254 | 255 | - |
| CMYK | 0.46 | 0.00 | 0 | 0 |
| HSL | 180.51º | 1% | 0.77% | - |
| HSV(B) | 180.51º | 0.46% | 1% | - |
| XYZ | 63.97 | 83.51 | 107.35 | - |
| YUV | 219.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 255 | 0.46 | 0.00 | 0 | 0 | 180.51 | 1 | 0.77 |
| Hex | 8A | FE | FF | 2E | 0 | 0 | 0 | B5 | 64 | 4D |
| Octal | 212 | 376 | 377 | 56 | 0 | 0 | 0 | 265 | 144 | 115 |
| Binary | 10001010 | 11111110 | 11111111 | 101110 | 0 | 0 | 0 | 10110101 | 1100100 | 1001101 |
Color Harmonies of #8AFEFF
Complementary color
Monochromatic Colors of #8AFEFF
Black with #8AFEFF
Text Example
Text Example
White with #8AFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEFF; }
p { color: rgb(138,254,255); }
H1.HeaderClassName
{
color: #8AFEFF;
}
.AnyTagClassName
{
color: #8AFEFF;
}
</style>
background-color css
<style>
a { background-color: #8AFEFF; }
a { background-color: rgb(138,254,255); }
div.DivClassName
{
background-color: #8AFEFF;
}
.BgClassName
{
background-color: #8AFEFF;
}
</style>
border-color css
<style>
span { border-color: #8AFEFF; }
span { border-color: rgb(138,254,255); }
td.TdClassName
{
border-color: #8AFEFF;
}
.TagClassName
{
border-color: #8AFEFF;
}
</style>