Shades of Electric Blue #8CEBF1
Tints of Electric Blue #8CEBF1
RGB
CMYK
RGB Variations
Color information
#8CEBF1 (or 0x8CEBF1) is known color: Electric Blue. HEX triplet: 8C, EB and F1. RGB value is (140,235,241). Sum of RGB (Red+Green+Blue) = 140+235+241=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBF1 is #73140E. Grayscale: #CFCFCF. Windows color (decimal): -7541775 or 15854476. OLE color: 15854476.
HSL color Cylindrical-coordinate representation of color #8CEBF1: hue angle of 183.56º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CEBF1 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 235 | 241 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.05 |
| HSL | 183.56º | 0.78% | 0.75% | - |
| HSV(B) | 183.56º | 0.42% | 0.95% | - |
| XYZ | 56.4 | 71.34 | 94.02 | - |
| YUV | 207.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 241 | 0.42 | 0.02 | 0 | 0.05 | 183.56 | 0.78 | 0.75 |
| Hex | 8C | EB | F1 | 2A | 2 | 0 | 5 | B8 | 4E | 4B |
| Octal | 214 | 353 | 361 | 52 | 2 | 0 | 5 | 270 | 116 | 113 |
| Binary | 10001100 | 11101011 | 11110001 | 101010 | 10 | 0 | 101 | 10111000 | 1001110 | 1001011 |
Color Harmonies of #8CEBF1
Complementary color
Monochromatic Colors of #8CEBF1
Black with #8CEBF1
Text Example
Text Example
White with #8CEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBF1; }
p { color: rgb(140,235,241); }
H1.HeaderClassName
{
color: #8CEBF1;
}
.AnyTagClassName
{
color: #8CEBF1;
}
</style>
background-color css
<style>
a { background-color: #8CEBF1; }
a { background-color: rgb(140,235,241); }
div.DivClassName
{
background-color: #8CEBF1;
}
.BgClassName
{
background-color: #8CEBF1;
}
</style>
border-color css
<style>
span { border-color: #8CEBF1; }
span { border-color: rgb(140,235,241); }
td.TdClassName
{
border-color: #8CEBF1;
}
.TagClassName
{
border-color: #8CEBF1;
}
</style>