Shades of Electric Blue #8CFAFE
Tints of Electric Blue #8CFAFE
RGB
CMYK
RGB Variations
Color information
#8CFAFE (or 0x8CFAFE) is known color: Electric Blue. HEX triplet: 8C, FA and FE. RGB value is (140,250,254). Sum of RGB (Red+Green+Blue) = 140+250+254=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAFE is #730501. Grayscale: #D9D9D9. Windows color (decimal): -7537922 or 16710284. OLE color: 16710284.
HSL color Cylindrical-coordinate representation of color #8CFAFE: hue angle of 182.11º 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 #8CFAFE is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 250 | 254 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.00 |
| HSL | 182.11º | 0.98% | 0.77% | - |
| HSV(B) | 182.11º | 0.45% | 1% | - |
| XYZ | 62.89 | 81.1 | 106.11 | - |
| YUV | 217.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 254 | 0.45 | 0.02 | 0 | 0.00 | 182.11 | 0.98 | 0.77 |
| Hex | 8C | FA | FE | 2D | 2 | 0 | 0 | B6 | 62 | 4D |
| Octal | 214 | 372 | 376 | 55 | 2 | 0 | 0 | 266 | 142 | 115 |
| Binary | 10001100 | 11111010 | 11111110 | 101101 | 10 | 0 | 0 | 10110110 | 1100010 | 1001101 |
Color Harmonies of #8CFAFE
Complementary color
Monochromatic Colors of #8CFAFE
Black with #8CFAFE
Text Example
Text Example
White with #8CFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAFE; }
p { color: rgb(140,250,254); }
H1.HeaderClassName
{
color: #8CFAFE;
}
.AnyTagClassName
{
color: #8CFAFE;
}
</style>
background-color css
<style>
a { background-color: #8CFAFE; }
a { background-color: rgb(140,250,254); }
div.DivClassName
{
background-color: #8CFAFE;
}
.BgClassName
{
background-color: #8CFAFE;
}
</style>
border-color css
<style>
span { border-color: #8CFAFE; }
span { border-color: rgb(140,250,254); }
td.TdClassName
{
border-color: #8CFAFE;
}
.TagClassName
{
border-color: #8CFAFE;
}
</style>