Shades of Electric Blue #8FFAF3
Tints of Electric Blue #8FFAF3
RGB
CMYK
RGB Variations
Color information
#8FFAF3 (or 0x8FFAF3) is known color: Electric Blue. HEX triplet: 8F, FA and F3. RGB value is (143,250,243). Sum of RGB (Red+Green+Blue) = 143+250+243=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAF3 is #70050C. Grayscale: #D9D9D9. Windows color (decimal): -7341325 or 15989391. OLE color: 15989391.
HSL color Cylindrical-coordinate representation of color #8FFAF3: hue angle of 176.07º 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 #8FFAF3 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 243 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.02 |
| HSL | 176.07º | 0.91% | 0.77% | - |
| HSV(B) | 176.07º | 0.43% | 0.98% | - |
| XYZ | 61.69 | 80.68 | 97.12 | - |
| YUV | 217.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 243 | 0.43 | 0 | 0.03 | 0.02 | 176.07 | 0.91 | 0.77 |
| Hex | 8F | FA | F3 | 2B | 0 | 3 | 2 | B0 | 5B | 4D |
| Octal | 217 | 372 | 363 | 53 | 0 | 3 | 2 | 260 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11110011 | 101011 | 0 | 11 | 10 | 10110000 | 1011011 | 1001101 |
Color Harmonies of #8FFAF3
Complementary color
Monochromatic Colors of #8FFAF3
Black with #8FFAF3
Text Example
Text Example
White with #8FFAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAF3; }
p { color: rgb(143,250,243); }
H1.HeaderClassName
{
color: #8FFAF3;
}
.AnyTagClassName
{
color: #8FFAF3;
}
</style>
background-color css
<style>
a { background-color: #8FFAF3; }
a { background-color: rgb(143,250,243); }
div.DivClassName
{
background-color: #8FFAF3;
}
.BgClassName
{
background-color: #8FFAF3;
}
</style>
border-color css
<style>
span { border-color: #8FFAF3; }
span { border-color: rgb(143,250,243); }
td.TdClassName
{
border-color: #8FFAF3;
}
.TagClassName
{
border-color: #8FFAF3;
}
</style>