Shades of Electric Blue #8AFEFC
Tints of Electric Blue #8AFEFC
RGB
CMYK
RGB Variations
Color information
#8AFEFC (or 0x8AFEFC) is known color: Electric Blue. HEX triplet: 8A, FE and FC. RGB value is (138,254,252). Sum of RGB (Red+Green+Blue) = 138+254+252=644 (85% of max value = 765). Red value is 138 (54.30% from 255 or 21.43% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEFC is #750103. Grayscale: #DADADA. Windows color (decimal): -7667972 or 16580234. OLE color: 16580234.
HSL color Cylindrical-coordinate representation of color #8AFEFC: hue angle of 178.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEFC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 252 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.00 |
| HSL | 178.97º | 0.98% | 0.77% | - |
| HSV(B) | 178.97º | 0.46% | 1% | - |
| XYZ | 63.49 | 83.32 | 104.83 | - |
| YUV | 219.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 252 | 0.46 | 0 | 0.01 | 0.00 | 178.97 | 0.98 | 0.77 |
| Hex | 8A | FE | FC | 2E | 0 | 1 | 0 | B3 | 62 | 4D |
| Octal | 212 | 376 | 374 | 56 | 0 | 1 | 0 | 263 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11111100 | 101110 | 0 | 1 | 0 | 10110011 | 1100010 | 1001101 |
Color Harmonies of #8AFEFC
Complementary color
Monochromatic Colors of #8AFEFC
Black with #8AFEFC
Text Example
Text Example
White with #8AFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEFC; }
p { color: rgb(138,254,252); }
H1.HeaderClassName
{
color: #8AFEFC;
}
.AnyTagClassName
{
color: #8AFEFC;
}
</style>
background-color css
<style>
a { background-color: #8AFEFC; }
a { background-color: rgb(138,254,252); }
div.DivClassName
{
background-color: #8AFEFC;
}
.BgClassName
{
background-color: #8AFEFC;
}
</style>
border-color css
<style>
span { border-color: #8AFEFC; }
span { border-color: rgb(138,254,252); }
td.TdClassName
{
border-color: #8AFEFC;
}
.TagClassName
{
border-color: #8AFEFC;
}
</style>