Shades of Electric Blue #8AF7FF
Tints of Electric Blue #8AF7FF
RGB
CMYK
RGB Variations
Color information
#8AF7FF (or 0x8AF7FF) is known color: Electric Blue. HEX triplet: 8A, F7 and FF. RGB value is (138,247,255). Sum of RGB (Red+Green+Blue) = 138+247+255=640 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.56% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF7FF is #750800. Grayscale: #D7D7D7. Windows color (decimal): -7669761 or 16775050. OLE color: 16775050.
HSL color Cylindrical-coordinate representation of color #8AF7FF: hue angle of 184.1º 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 #8AF7FF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 247 | 255 | - |
| CMYK | 0.46 | 0.03 | 0 | 0 |
| HSL | 184.1º | 1% | 0.77% | - |
| HSV(B) | 184.1º | 0.46% | 1% | - |
| XYZ | 61.79 | 79.14 | 106.63 | - |
| YUV | 215.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 255 | 0.46 | 0.03 | 0 | 0 | 184.1 | 1 | 0.77 |
| Hex | 8A | F7 | FF | 2E | 3 | 0 | 0 | B8 | 64 | 4D |
| Octal | 212 | 367 | 377 | 56 | 3 | 0 | 0 | 270 | 144 | 115 |
| Binary | 10001010 | 11110111 | 11111111 | 101110 | 11 | 0 | 0 | 10111000 | 1100100 | 1001101 |
Color Harmonies of #8AF7FF
Complementary color
Monochromatic Colors of #8AF7FF
Black with #8AF7FF
Text Example
Text Example
White with #8AF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF7FF; }
p { color: rgb(138,247,255); }
H1.HeaderClassName
{
color: #8AF7FF;
}
.AnyTagClassName
{
color: #8AF7FF;
}
</style>
background-color css
<style>
a { background-color: #8AF7FF; }
a { background-color: rgb(138,247,255); }
div.DivClassName
{
background-color: #8AF7FF;
}
.BgClassName
{
background-color: #8AF7FF;
}
</style>
border-color css
<style>
span { border-color: #8AF7FF; }
span { border-color: rgb(138,247,255); }
td.TdClassName
{
border-color: #8AF7FF;
}
.TagClassName
{
border-color: #8AF7FF;
}
</style>