Shades of Electric Blue #8FFCED
Tints of Electric Blue #8FFCED
RGB
CMYK
RGB Variations
Color information
#8FFCED (or 0x8FFCED) is known color: Electric Blue. HEX triplet: 8F, FC and ED. RGB value is (143,252,237). Sum of RGB (Red+Green+Blue) = 143+252+237=632 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.63% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCED is #700312. Grayscale: #D9D9D9. Windows color (decimal): -7340819 or 15596687. OLE color: 15596687.
HSL color Cylindrical-coordinate representation of color #8FFCED: hue angle of 171.74º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCED is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 237 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.01 |
| HSL | 171.74º | 0.95% | 0.77% | - |
| HSV(B) | 171.74º | 0.43% | 0.99% | - |
| XYZ | 61.42 | 81.57 | 92.63 | - |
| YUV | 217.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 237 | 0.43 | 0 | 0.06 | 0.01 | 171.74 | 0.95 | 0.77 |
| Hex | 8F | FC | ED | 2B | 0 | 6 | 1 | AC | 5F | 4D |
| Octal | 217 | 374 | 355 | 53 | 0 | 6 | 1 | 254 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11101101 | 101011 | 0 | 110 | 1 | 10101100 | 1011111 | 1001101 |
Color Harmonies of #8FFCED
Complementary color
Monochromatic Colors of #8FFCED
Black with #8FFCED
Text Example
Text Example
White with #8FFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCED; }
p { color: rgb(143,252,237); }
H1.HeaderClassName
{
color: #8FFCED;
}
.AnyTagClassName
{
color: #8FFCED;
}
</style>
background-color css
<style>
a { background-color: #8FFCED; }
a { background-color: rgb(143,252,237); }
div.DivClassName
{
background-color: #8FFCED;
}
.BgClassName
{
background-color: #8FFCED;
}
</style>
border-color css
<style>
span { border-color: #8FFCED; }
span { border-color: rgb(143,252,237); }
td.TdClassName
{
border-color: #8FFCED;
}
.TagClassName
{
border-color: #8FFCED;
}
</style>