Shades of Electric Blue #8FFBFB
Tints of Electric Blue #8FFBFB
RGB
CMYK
RGB Variations
Color information
#8FFBFB (or 0x8FFBFB) is known color: Electric Blue. HEX triplet: 8F, FB and FB. RGB value is (143,251,251). Sum of RGB (Red+Green+Blue) = 143+251+251=645 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.17% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #8FFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBFB is #700404. Grayscale: #DADADA. Windows color (decimal): -7341061 or 16513935. OLE color: 16513935.
HSL color Cylindrical-coordinate representation of color #8FFBFB: hue angle of 180º 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 #8FFBFB is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 251 | 251 | - |
| CMYK | 0.43 | 0 | 0 | 0.02 |
| HSL | 180º | 0.93% | 0.77% | - |
| HSV(B) | 180º | 0.43% | 0.98% | - |
| XYZ | 63.24 | 81.8 | 103.72 | - |
| YUV | 218.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 251 | 0.43 | 0 | 0 | 0.02 | 180 | 0.93 | 0.77 |
| Hex | 8F | FB | FB | 2B | 0 | 0 | 2 | B4 | 5D | 4D |
| Octal | 217 | 373 | 373 | 53 | 0 | 0 | 2 | 264 | 135 | 115 |
| Binary | 10001111 | 11111011 | 11111011 | 101011 | 0 | 0 | 10 | 10110100 | 1011101 | 1001101 |
Color Harmonies of #8FFBFB
Complementary color
Monochromatic Colors of #8FFBFB
Black with #8FFBFB
Text Example
Text Example
White with #8FFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBFB; }
p { color: rgb(143,251,251); }
H1.HeaderClassName
{
color: #8FFBFB;
}
.AnyTagClassName
{
color: #8FFBFB;
}
</style>
background-color css
<style>
a { background-color: #8FFBFB; }
a { background-color: rgb(143,251,251); }
div.DivClassName
{
background-color: #8FFBFB;
}
.BgClassName
{
background-color: #8FFBFB;
}
</style>
border-color css
<style>
span { border-color: #8FFBFB; }
span { border-color: rgb(143,251,251); }
td.TdClassName
{
border-color: #8FFBFB;
}
.TagClassName
{
border-color: #8FFBFB;
}
</style>