Shades of Electric Blue #8FFAF4
Tints of Electric Blue #8FFAF4
RGB
CMYK
RGB Variations
Color information
#8FFAF4 (or 0x8FFAF4) is known color: Electric Blue. HEX triplet: 8F, FA and F4. RGB value is (143,250,244). Sum of RGB (Red+Green+Blue) = 143+250+244=637 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.45% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAF4 is #70050B. Grayscale: #D9D9D9. Windows color (decimal): -7341324 or 16054927. OLE color: 16054927.
HSL color Cylindrical-coordinate representation of color #8FFAF4: hue angle of 176.64º 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 #8FFAF4 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 244 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.02 |
| HSL | 176.64º | 0.91% | 0.77% | - |
| HSV(B) | 176.64º | 0.43% | 0.98% | - |
| XYZ | 61.84 | 80.74 | 97.91 | - |
| YUV | 217.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 244 | 0.43 | 0 | 0.02 | 0.02 | 176.64 | 0.91 | 0.77 |
| Hex | 8F | FA | F4 | 2B | 0 | 2 | 2 | B1 | 5B | 4D |
| Octal | 217 | 372 | 364 | 53 | 0 | 2 | 2 | 261 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11110100 | 101011 | 0 | 10 | 10 | 10110001 | 1011011 | 1001101 |
Color Harmonies of #8FFAF4
Complementary color
Monochromatic Colors of #8FFAF4
Black with #8FFAF4
Text Example
Text Example
White with #8FFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAF4; }
p { color: rgb(143,250,244); }
H1.HeaderClassName
{
color: #8FFAF4;
}
.AnyTagClassName
{
color: #8FFAF4;
}
</style>
background-color css
<style>
a { background-color: #8FFAF4; }
a { background-color: rgb(143,250,244); }
div.DivClassName
{
background-color: #8FFAF4;
}
.BgClassName
{
background-color: #8FFAF4;
}
</style>
border-color css
<style>
span { border-color: #8FFAF4; }
span { border-color: rgb(143,250,244); }
td.TdClassName
{
border-color: #8FFAF4;
}
.TagClassName
{
border-color: #8FFAF4;
}
</style>