Shades of Electric Blue #8FFAFC
Tints of Electric Blue #8FFAFC
RGB
CMYK
RGB Variations
Color information
#8FFAFC (or 0x8FFAFC) is known color: Electric Blue. HEX triplet: 8F, FA and FC. RGB value is (143,250,252). Sum of RGB (Red+Green+Blue) = 143+250+252=645 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.17% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FFAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAFC is #700503. Grayscale: #DADADA. Windows color (decimal): -7341316 or 16579215. OLE color: 16579215.
HSL color Cylindrical-coordinate representation of color #8FFAFC: hue angle of 181.1º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAFC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 250 | 252 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.01 |
| HSL | 181.1º | 0.95% | 0.77% | - |
| HSV(B) | 181.1º | 0.43% | 0.99% | - |
| XYZ | 63.08 | 81.24 | 104.45 | - |
| YUV | 218.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 252 | 0.43 | 0.01 | 0 | 0.01 | 181.1 | 0.95 | 0.77 |
| Hex | 8F | FA | FC | 2B | 1 | 0 | 1 | B5 | 5F | 4D |
| Octal | 217 | 372 | 374 | 53 | 1 | 0 | 1 | 265 | 137 | 115 |
| Binary | 10001111 | 11111010 | 11111100 | 101011 | 1 | 0 | 1 | 10110101 | 1011111 | 1001101 |
Color Harmonies of #8FFAFC
Complementary color
Monochromatic Colors of #8FFAFC
Black with #8FFAFC
Text Example
Text Example
White with #8FFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAFC; }
p { color: rgb(143,250,252); }
H1.HeaderClassName
{
color: #8FFAFC;
}
.AnyTagClassName
{
color: #8FFAFC;
}
</style>
background-color css
<style>
a { background-color: #8FFAFC; }
a { background-color: rgb(143,250,252); }
div.DivClassName
{
background-color: #8FFAFC;
}
.BgClassName
{
background-color: #8FFAFC;
}
</style>
border-color css
<style>
span { border-color: #8FFAFC; }
span { border-color: rgb(143,250,252); }
td.TdClassName
{
border-color: #8FFAFC;
}
.TagClassName
{
border-color: #8FFAFC;
}
</style>