Shades of Electric Blue #8AF8F1
Tints of Electric Blue #8AF8F1
RGB
CMYK
RGB Variations
Color information
#8AF8F1 (or 0x8AF8F1) is known color: Electric Blue. HEX triplet: 8A, F8 and F1. RGB value is (138,248,241). Sum of RGB (Red+Green+Blue) = 138+248+241=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF8F1 is #75070E. Grayscale: #D6D6D6. Windows color (decimal): -7669519 or 15857802. OLE color: 15857802.
HSL color Cylindrical-coordinate representation of color #8AF8F1: hue angle of 176.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF8F1 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 241 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.03 |
| HSL | 176.18º | 0.89% | 0.76% | - |
| HSV(B) | 176.18º | 0.44% | 0.97% | - |
| XYZ | 59.93 | 78.89 | 95.29 | - |
| YUV | 214.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 241 | 0.44 | 0 | 0.03 | 0.03 | 176.18 | 0.89 | 0.76 |
| Hex | 8A | F8 | F1 | 2C | 0 | 3 | 3 | B0 | 59 | 4C |
| Octal | 212 | 370 | 361 | 54 | 0 | 3 | 3 | 260 | 131 | 114 |
| Binary | 10001010 | 11111000 | 11110001 | 101100 | 0 | 11 | 11 | 10110000 | 1011001 | 1001100 |
Color Harmonies of #8AF8F1
Complementary color
Monochromatic Colors of #8AF8F1
Black with #8AF8F1
Text Example
Text Example
White with #8AF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF8F1; }
p { color: rgb(138,248,241); }
H1.HeaderClassName
{
color: #8AF8F1;
}
.AnyTagClassName
{
color: #8AF8F1;
}
</style>
background-color css
<style>
a { background-color: #8AF8F1; }
a { background-color: rgb(138,248,241); }
div.DivClassName
{
background-color: #8AF8F1;
}
.BgClassName
{
background-color: #8AF8F1;
}
</style>
border-color css
<style>
span { border-color: #8AF8F1; }
span { border-color: rgb(138,248,241); }
td.TdClassName
{
border-color: #8AF8F1;
}
.TagClassName
{
border-color: #8AF8F1;
}
</style>