Shades of Electric Blue #8AF0FF
Tints of Electric Blue #8AF0FF
RGB
CMYK
RGB Variations
Color information
#8AF0FF (or 0x8AF0FF) is known color: Electric Blue. HEX triplet: 8A, F0 and FF. RGB value is (138,240,255). Sum of RGB (Red+Green+Blue) = 138+240+255=633 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.80% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF0FF is #750F00. Grayscale: #D3D3D3. Windows color (decimal): -7671553 or 16773258. OLE color: 16773258.
HSL color Cylindrical-coordinate representation of color #8AF0FF: hue angle of 187.69º 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 #8AF0FF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 240 | 255 | - |
| CMYK | 0.46 | 0.06 | 0 | 0 |
| HSL | 187.69º | 1% | 0.77% | - |
| HSV(B) | 187.69º | 0.46% | 1% | - |
| XYZ | 59.69 | 74.94 | 105.93 | - |
| YUV | 211.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 255 | 0.46 | 0.06 | 0 | 0 | 187.69 | 1 | 0.77 |
| Hex | 8A | F0 | FF | 2E | 6 | 0 | 0 | BC | 64 | 4D |
| Octal | 212 | 360 | 377 | 56 | 6 | 0 | 0 | 274 | 144 | 115 |
| Binary | 10001010 | 11110000 | 11111111 | 101110 | 110 | 0 | 0 | 10111100 | 1100100 | 1001101 |
Color Harmonies of #8AF0FF
Complementary color
Monochromatic Colors of #8AF0FF
Black with #8AF0FF
Text Example
Text Example
White with #8AF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0FF; }
p { color: rgb(138,240,255); }
H1.HeaderClassName
{
color: #8AF0FF;
}
.AnyTagClassName
{
color: #8AF0FF;
}
</style>
background-color css
<style>
a { background-color: #8AF0FF; }
a { background-color: rgb(138,240,255); }
div.DivClassName
{
background-color: #8AF0FF;
}
.BgClassName
{
background-color: #8AF0FF;
}
</style>
border-color css
<style>
span { border-color: #8AF0FF; }
span { border-color: rgb(138,240,255); }
td.TdClassName
{
border-color: #8AF0FF;
}
.TagClassName
{
border-color: #8AF0FF;
}
</style>