Shades of Electric Blue #8FFCFE
Tints of Electric Blue #8FFCFE
RGB
CMYK
RGB Variations
Color information
#8FFCFE (or 0x8FFCFE) is known color: Electric Blue. HEX triplet: 8F, FC and FE. RGB value is (143,252,254). Sum of RGB (Red+Green+Blue) = 143+252+254=649 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.03% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FFCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCFE is #700301. Grayscale: #DBDBDB. Windows color (decimal): -7340802 or 16710799. OLE color: 16710799.
HSL color Cylindrical-coordinate representation of color #8FFCFE: hue angle of 181.08º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFCFE is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 252 | 254 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.00 |
| HSL | 181.08º | 0.98% | 0.78% | - |
| HSV(B) | 181.08º | 0.44% | 1% | - |
| XYZ | 64.03 | 82.62 | 106.34 | - |
| YUV | 219.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 254 | 0.44 | 0.01 | 0 | 0.00 | 181.08 | 0.98 | 0.78 |
| Hex | 8F | FC | FE | 2C | 1 | 0 | 0 | B5 | 62 | 4E |
| Octal | 217 | 374 | 376 | 54 | 1 | 0 | 0 | 265 | 142 | 116 |
| Binary | 10001111 | 11111100 | 11111110 | 101100 | 1 | 0 | 0 | 10110101 | 1100010 | 1001110 |
Color Harmonies of #8FFCFE
Complementary color
Monochromatic Colors of #8FFCFE
Black with #8FFCFE
Text Example
Text Example
White with #8FFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCFE; }
p { color: rgb(143,252,254); }
H1.HeaderClassName
{
color: #8FFCFE;
}
.AnyTagClassName
{
color: #8FFCFE;
}
</style>
background-color css
<style>
a { background-color: #8FFCFE; }
a { background-color: rgb(143,252,254); }
div.DivClassName
{
background-color: #8FFCFE;
}
.BgClassName
{
background-color: #8FFCFE;
}
</style>
border-color css
<style>
span { border-color: #8FFCFE; }
span { border-color: rgb(143,252,254); }
td.TdClassName
{
border-color: #8FFCFE;
}
.TagClassName
{
border-color: #8FFCFE;
}
</style>