Shades of Electric Blue #8CFDFB
Tints of Electric Blue #8CFDFB
RGB
CMYK
RGB Variations
Color information
#8CFDFB (or 0x8CFDFB) is known color: Electric Blue. HEX triplet: 8C, FD and FB. RGB value is (140,253,251). Sum of RGB (Red+Green+Blue) = 140+253+251=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFDFB is #730204. Grayscale: #DADADA. Windows color (decimal): -7537157 or 16514444. OLE color: 16514444.
HSL color Cylindrical-coordinate representation of color #8CFDFB: hue angle of 178.94º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDFB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 251 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.01 |
| HSL | 178.94º | 0.97% | 0.77% | - |
| HSV(B) | 178.94º | 0.45% | 0.99% | - |
| XYZ | 63.35 | 82.79 | 103.91 | - |
| YUV | 218.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 251 | 0.45 | 0 | 0.01 | 0.01 | 178.94 | 0.97 | 0.77 |
| Hex | 8C | FD | FB | 2D | 0 | 1 | 1 | B3 | 61 | 4D |
| Octal | 214 | 375 | 373 | 55 | 0 | 1 | 1 | 263 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11111011 | 101101 | 0 | 1 | 1 | 10110011 | 1100001 | 1001101 |
Color Harmonies of #8CFDFB
Complementary color
Monochromatic Colors of #8CFDFB
Black with #8CFDFB
Text Example
Text Example
White with #8CFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDFB; }
p { color: rgb(140,253,251); }
H1.HeaderClassName
{
color: #8CFDFB;
}
.AnyTagClassName
{
color: #8CFDFB;
}
</style>
background-color css
<style>
a { background-color: #8CFDFB; }
a { background-color: rgb(140,253,251); }
div.DivClassName
{
background-color: #8CFDFB;
}
.BgClassName
{
background-color: #8CFDFB;
}
</style>
border-color css
<style>
span { border-color: #8CFDFB; }
span { border-color: rgb(140,253,251); }
td.TdClassName
{
border-color: #8CFDFB;
}
.TagClassName
{
border-color: #8CFDFB;
}
</style>