Shades of Electric Blue #8AF2FF
Tints of Electric Blue #8AF2FF
RGB
CMYK
RGB Variations
Color information
#8AF2FF (or 0x8AF2FF) is known color: Electric Blue. HEX triplet: 8A, F2 and FF. RGB value is (138,242,255). Sum of RGB (Red+Green+Blue) = 138+242+255=635 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.73% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF2FF is #750D00. Grayscale: #D4D4D4. Windows color (decimal): -7671041 or 16773770. OLE color: 16773770.
HSL color Cylindrical-coordinate representation of color #8AF2FF: hue angle of 186.67º 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 #8AF2FF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 242 | 255 | - |
| CMYK | 0.46 | 0.05 | 0 | 0 |
| HSL | 186.67º | 1% | 0.77% | - |
| HSV(B) | 186.67º | 0.46% | 1% | - |
| XYZ | 60.28 | 76.13 | 106.12 | - |
| YUV | 212.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 255 | 0.46 | 0.05 | 0 | 0 | 186.67 | 1 | 0.77 |
| Hex | 8A | F2 | FF | 2E | 5 | 0 | 0 | BB | 64 | 4D |
| Octal | 212 | 362 | 377 | 56 | 5 | 0 | 0 | 273 | 144 | 115 |
| Binary | 10001010 | 11110010 | 11111111 | 101110 | 101 | 0 | 0 | 10111011 | 1100100 | 1001101 |
Color Harmonies of #8AF2FF
Complementary color
Monochromatic Colors of #8AF2FF
Black with #8AF2FF
Text Example
Text Example
White with #8AF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF2FF; }
p { color: rgb(138,242,255); }
H1.HeaderClassName
{
color: #8AF2FF;
}
.AnyTagClassName
{
color: #8AF2FF;
}
</style>
background-color css
<style>
a { background-color: #8AF2FF; }
a { background-color: rgb(138,242,255); }
div.DivClassName
{
background-color: #8AF2FF;
}
.BgClassName
{
background-color: #8AF2FF;
}
</style>
border-color css
<style>
span { border-color: #8AF2FF; }
span { border-color: rgb(138,242,255); }
td.TdClassName
{
border-color: #8AF2FF;
}
.TagClassName
{
border-color: #8AF2FF;
}
</style>