Shades of Electric Blue #8FFAF1
Tints of Electric Blue #8FFAF1
RGB
CMYK
RGB Variations
Color information
#8FFAF1 (or 0x8FFAF1) is known color: Electric Blue. HEX triplet: 8F, FA and F1. RGB value is (143,250,241). Sum of RGB (Red+Green+Blue) = 143+250+241=634 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.56% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAF1 is #70050E. Grayscale: #D8D8D8. Windows color (decimal): -7341327 or 15858319. OLE color: 15858319.
HSL color Cylindrical-coordinate representation of color #8FFAF1: hue angle of 174.95º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAF1 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 241 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.02 |
| HSL | 174.95º | 0.91% | 0.77% | - |
| HSV(B) | 174.95º | 0.43% | 0.98% | - |
| XYZ | 61.39 | 80.56 | 95.53 | - |
| YUV | 216.98 | 141.55 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 241 | 0.43 | 0 | 0.04 | 0.02 | 174.95 | 0.91 | 0.77 |
| Hex | 8F | FA | F1 | 2B | 0 | 4 | 2 | AF | 5B | 4D |
| Octal | 217 | 372 | 361 | 53 | 0 | 4 | 2 | 257 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11110001 | 101011 | 0 | 100 | 10 | 10101111 | 1011011 | 1001101 |
Color Harmonies of #8FFAF1
Complementary color
Monochromatic Colors of #8FFAF1
Black with #8FFAF1
Text Example
Text Example
White with #8FFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAF1; }
p { color: rgb(143,250,241); }
H1.HeaderClassName
{
color: #8FFAF1;
}
.AnyTagClassName
{
color: #8FFAF1;
}
</style>
background-color css
<style>
a { background-color: #8FFAF1; }
a { background-color: rgb(143,250,241); }
div.DivClassName
{
background-color: #8FFAF1;
}
.BgClassName
{
background-color: #8FFAF1;
}
</style>
border-color css
<style>
span { border-color: #8FFAF1; }
span { border-color: rgb(143,250,241); }
td.TdClassName
{
border-color: #8FFAF1;
}
.TagClassName
{
border-color: #8FFAF1;
}
</style>