Shades of Electric Blue #8CEAFE
Tints of Electric Blue #8CEAFE
RGB
CMYK
RGB Variations
Color information
#8CEAFE (or 0x8CEAFE) is known color: Electric Blue. HEX triplet: 8C, EA and FE. RGB value is (140,234,254). Sum of RGB (Red+Green+Blue) = 140+234+254=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEAFE is #731501. Grayscale: #D0D0D0. Windows color (decimal): -7542018 or 16706188. OLE color: 16706188.
HSL color Cylindrical-coordinate representation of color #8CEAFE: hue angle of 190.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CEAFE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 234 | 254 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.00 |
| HSL | 190.53º | 0.98% | 0.77% | - |
| HSV(B) | 190.53º | 0.45% | 1% | - |
| XYZ | 58.13 | 71.58 | 104.52 | - |
| YUV | 208.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 254 | 0.45 | 0.08 | 0 | 0.00 | 190.53 | 0.98 | 0.77 |
| Hex | 8C | EA | FE | 2D | 8 | 0 | 0 | BF | 62 | 4D |
| Octal | 214 | 352 | 376 | 55 | 10 | 0 | 0 | 277 | 142 | 115 |
| Binary | 10001100 | 11101010 | 11111110 | 101101 | 1000 | 0 | 0 | 10111111 | 1100010 | 1001101 |
Color Harmonies of #8CEAFE
Complementary color
Monochromatic Colors of #8CEAFE
Black with #8CEAFE
Text Example
Text Example
White with #8CEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEAFE; }
p { color: rgb(140,234,254); }
H1.HeaderClassName
{
color: #8CEAFE;
}
.AnyTagClassName
{
color: #8CEAFE;
}
</style>
background-color css
<style>
a { background-color: #8CEAFE; }
a { background-color: rgb(140,234,254); }
div.DivClassName
{
background-color: #8CEAFE;
}
.BgClassName
{
background-color: #8CEAFE;
}
</style>
border-color css
<style>
span { border-color: #8CEAFE; }
span { border-color: rgb(140,234,254); }
td.TdClassName
{
border-color: #8CEAFE;
}
.TagClassName
{
border-color: #8CEAFE;
}
</style>