Shades of Electric Blue #8FFAFB
Tints of Electric Blue #8FFAFB
RGB
CMYK
RGB Variations
Color information
#8FFAFB (or 0x8FFAFB) is known color: Electric Blue. HEX triplet: 8F, FA and FB. RGB value is (143,250,251). Sum of RGB (Red+Green+Blue) = 143+250+251=644 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.20% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FFAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAFB is #700504. Grayscale: #DADADA. Windows color (decimal): -7341317 or 16513679. OLE color: 16513679.
HSL color Cylindrical-coordinate representation of color #8FFAFB: hue angle of 180.56º degrees, saturation: 0.93, 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 #8FFAFB is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 251 | - |
| CMYK | 0.43 | 0.00 | 0 | 0.02 |
| HSL | 180.56º | 0.93% | 0.77% | - |
| HSV(B) | 180.56º | 0.43% | 0.98% | - |
| XYZ | 62.93 | 81.18 | 103.62 | - |
| YUV | 218.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 251 | 0.43 | 0.00 | 0 | 0.02 | 180.56 | 0.93 | 0.77 |
| Hex | 8F | FA | FB | 2B | 0 | 0 | 2 | B5 | 5D | 4D |
| Octal | 217 | 372 | 373 | 53 | 0 | 0 | 2 | 265 | 135 | 115 |
| Binary | 10001111 | 11111010 | 11111011 | 101011 | 0 | 0 | 10 | 10110101 | 1011101 | 1001101 |
Color Harmonies of #8FFAFB
Complementary color
Monochromatic Colors of #8FFAFB
Black with #8FFAFB
Text Example
Text Example
White with #8FFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAFB; }
p { color: rgb(143,250,251); }
H1.HeaderClassName
{
color: #8FFAFB;
}
.AnyTagClassName
{
color: #8FFAFB;
}
</style>
background-color css
<style>
a { background-color: #8FFAFB; }
a { background-color: rgb(143,250,251); }
div.DivClassName
{
background-color: #8FFAFB;
}
.BgClassName
{
background-color: #8FFAFB;
}
</style>
border-color css
<style>
span { border-color: #8FFAFB; }
span { border-color: rgb(143,250,251); }
td.TdClassName
{
border-color: #8FFAFB;
}
.TagClassName
{
border-color: #8FFAFB;
}
</style>