Shades of Electric Blue #8FFAF5
Tints of Electric Blue #8FFAF5
RGB
CMYK
RGB Variations
Color information
#8FFAF5 (or 0x8FFAF5) is known color: Electric Blue. HEX triplet: 8F, FA and F5. RGB value is (143,250,245). Sum of RGB (Red+Green+Blue) = 143+250+245=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAF5 is #70050A. Grayscale: #D9D9D9. Windows color (decimal): -7341323 or 16120463. OLE color: 16120463.
HSL color Cylindrical-coordinate representation of color #8FFAF5: hue angle of 177.2º 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 #8FFAF5 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 245 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.02 |
| HSL | 177.2º | 0.91% | 0.77% | - |
| HSV(B) | 177.2º | 0.43% | 0.98% | - |
| XYZ | 61.99 | 80.8 | 98.72 | - |
| YUV | 217.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 245 | 0.43 | 0 | 0.02 | 0.02 | 177.2 | 0.91 | 0.77 |
| Hex | 8F | FA | F5 | 2B | 0 | 2 | 2 | B1 | 5B | 4D |
| Octal | 217 | 372 | 365 | 53 | 0 | 2 | 2 | 261 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11110101 | 101011 | 0 | 10 | 10 | 10110001 | 1011011 | 1001101 |
Color Harmonies of #8FFAF5
Complementary color
Monochromatic Colors of #8FFAF5
Black with #8FFAF5
Text Example
Text Example
White with #8FFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAF5; }
p { color: rgb(143,250,245); }
H1.HeaderClassName
{
color: #8FFAF5;
}
.AnyTagClassName
{
color: #8FFAF5;
}
</style>
background-color css
<style>
a { background-color: #8FFAF5; }
a { background-color: rgb(143,250,245); }
div.DivClassName
{
background-color: #8FFAF5;
}
.BgClassName
{
background-color: #8FFAF5;
}
</style>
border-color css
<style>
span { border-color: #8FFAF5; }
span { border-color: rgb(143,250,245); }
td.TdClassName
{
border-color: #8FFAF5;
}
.TagClassName
{
border-color: #8FFAF5;
}
</style>