Shades of Electric Blue #8FFEFD
Tints of Electric Blue #8FFEFD
RGB
CMYK
RGB Variations
Color information
#8FFEFD (or 0x8FFEFD) is known color: Electric Blue. HEX triplet: 8F, FE and FD. RGB value is (143,254,253). Sum of RGB (Red+Green+Blue) = 143+254+253=650 (86% of max value = 765). Red value is 143 (56.25% from 255 or 22% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEFD is #700102. Grayscale: #DCDCDC. Windows color (decimal): -7340291 or 16645775. OLE color: 16645775.
HSL color Cylindrical-coordinate representation of color #8FFEFD: hue angle of 179.46º 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 #8FFEFD is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 253 | - |
| CMYK | 0.44 | 0 | 0.00 | 0.00 |
| HSL | 179.46º | 0.98% | 0.78% | - |
| HSV(B) | 179.46º | 0.44% | 1% | - |
| XYZ | 64.5 | 83.82 | 105.71 | - |
| YUV | 220.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 253 | 0.44 | 0 | 0.00 | 0.00 | 179.46 | 0.98 | 0.78 |
| Hex | 8F | FE | FD | 2C | 0 | 0 | 0 | B3 | 62 | 4E |
| Octal | 217 | 376 | 375 | 54 | 0 | 0 | 0 | 263 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11111101 | 101100 | 0 | 0 | 0 | 10110011 | 1100010 | 1001110 |
Color Harmonies of #8FFEFD
Complementary color
Monochromatic Colors of #8FFEFD
Black with #8FFEFD
Text Example
Text Example
White with #8FFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEFD; }
p { color: rgb(143,254,253); }
H1.HeaderClassName
{
color: #8FFEFD;
}
.AnyTagClassName
{
color: #8FFEFD;
}
</style>
background-color css
<style>
a { background-color: #8FFEFD; }
a { background-color: rgb(143,254,253); }
div.DivClassName
{
background-color: #8FFEFD;
}
.BgClassName
{
background-color: #8FFEFD;
}
</style>
border-color css
<style>
span { border-color: #8FFEFD; }
span { border-color: rgb(143,254,253); }
td.TdClassName
{
border-color: #8FFEFD;
}
.TagClassName
{
border-color: #8FFEFD;
}
</style>