Shades of Electric Blue #8AF8F5
Tints of Electric Blue #8AF8F5
RGB
CMYK
RGB Variations
Color information
#8AF8F5 (or 0x8AF8F5) is known color: Electric Blue. HEX triplet: 8A, F8 and F5. RGB value is (138,248,245). Sum of RGB (Red+Green+Blue) = 138+248+245=631 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.87% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF8F5 is #75070A. Grayscale: #D6D6D6. Windows color (decimal): -7669515 or 16119946. OLE color: 16119946.
HSL color Cylindrical-coordinate representation of color #8AF8F5: hue angle of 178.36º 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 #8AF8F5 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 245 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.03 |
| HSL | 178.36º | 0.89% | 0.76% | - |
| HSV(B) | 178.36º | 0.44% | 0.97% | - |
| XYZ | 60.53 | 79.13 | 98.47 | - |
| YUV | 214.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 245 | 0.44 | 0 | 0.01 | 0.03 | 178.36 | 0.89 | 0.76 |
| Hex | 8A | F8 | F5 | 2C | 0 | 1 | 3 | B2 | 59 | 4C |
| Octal | 212 | 370 | 365 | 54 | 0 | 1 | 3 | 262 | 131 | 114 |
| Binary | 10001010 | 11111000 | 11110101 | 101100 | 0 | 1 | 11 | 10110010 | 1011001 | 1001100 |
Color Harmonies of #8AF8F5
Complementary color
Monochromatic Colors of #8AF8F5
Black with #8AF8F5
Text Example
Text Example
White with #8AF8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF8F5; }
p { color: rgb(138,248,245); }
H1.HeaderClassName
{
color: #8AF8F5;
}
.AnyTagClassName
{
color: #8AF8F5;
}
</style>
background-color css
<style>
a { background-color: #8AF8F5; }
a { background-color: rgb(138,248,245); }
div.DivClassName
{
background-color: #8AF8F5;
}
.BgClassName
{
background-color: #8AF8F5;
}
</style>
border-color css
<style>
span { border-color: #8AF8F5; }
span { border-color: rgb(138,248,245); }
td.TdClassName
{
border-color: #8AF8F5;
}
.TagClassName
{
border-color: #8AF8F5;
}
</style>