Shades of Electric Blue #8CF2FB
Tints of Electric Blue #8CF2FB
RGB
CMYK
RGB Variations
Color information
#8CF2FB (or 0x8CF2FB) is known color: Electric Blue. HEX triplet: 8C, F2 and FB. RGB value is (140,242,251). Sum of RGB (Red+Green+Blue) = 140+242+251=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF2FB is #730D04. Grayscale: #D4D4D4. Windows color (decimal): -7539973 or 16511628. OLE color: 16511628.
HSL color Cylindrical-coordinate representation of color #8CF2FB: hue angle of 184.86º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF2FB is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 242 | 251 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.02 |
| HSL | 184.86º | 0.93% | 0.77% | - |
| HSV(B) | 184.86º | 0.44% | 0.98% | - |
| XYZ | 59.98 | 76.04 | 102.78 | - |
| YUV | 212.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 251 | 0.44 | 0.04 | 0 | 0.02 | 184.86 | 0.93 | 0.77 |
| Hex | 8C | F2 | FB | 2C | 4 | 0 | 2 | B9 | 5D | 4D |
| Octal | 214 | 362 | 373 | 54 | 4 | 0 | 2 | 271 | 135 | 115 |
| Binary | 10001100 | 11110010 | 11111011 | 101100 | 100 | 0 | 10 | 10111001 | 1011101 | 1001101 |
Color Harmonies of #8CF2FB
Complementary color
Monochromatic Colors of #8CF2FB
Black with #8CF2FB
Text Example
Text Example
White with #8CF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF2FB; }
p { color: rgb(140,242,251); }
H1.HeaderClassName
{
color: #8CF2FB;
}
.AnyTagClassName
{
color: #8CF2FB;
}
</style>
background-color css
<style>
a { background-color: #8CF2FB; }
a { background-color: rgb(140,242,251); }
div.DivClassName
{
background-color: #8CF2FB;
}
.BgClassName
{
background-color: #8CF2FB;
}
</style>
border-color css
<style>
span { border-color: #8CF2FB; }
span { border-color: rgb(140,242,251); }
td.TdClassName
{
border-color: #8CF2FB;
}
.TagClassName
{
border-color: #8CF2FB;
}
</style>