Shades of Electric Blue #8FFFFD
Tints of Electric Blue #8FFFFD
RGB
CMYK
RGB Variations
Color information
#8FFFFD (or 0x8FFFFD) is known color: Electric Blue. HEX triplet: 8F, FF and FD. RGB value is (143,255,253). Sum of RGB (Red+Green+Blue) = 143+255+253=651 (86% of max value = 765). Red value is 143 (56.25% from 255 or 21.97% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFFD is #700002. Grayscale: #DDDDDD. Windows color (decimal): -7340035 or 16646031. OLE color: 16646031.
HSL color Cylindrical-coordinate representation of color #8FFFFD: hue angle of 178.93º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFFD is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 253 | - |
| CMYK | 0.44 | 0 | 0.01 | 0 |
| HSL | 178.93º | 1% | 0.78% | - |
| HSV(B) | 178.93º | 0.44% | 1% | - |
| XYZ | 64.82 | 84.45 | 105.81 | - |
| YUV | 221.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 253 | 0.44 | 0 | 0.01 | 0 | 178.93 | 1 | 0.78 |
| Hex | 8F | FF | FD | 2C | 0 | 1 | 0 | B3 | 64 | 4E |
| Octal | 217 | 377 | 375 | 54 | 0 | 1 | 0 | 263 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11111101 | 101100 | 0 | 1 | 0 | 10110011 | 1100100 | 1001110 |
Color Harmonies of #8FFFFD
Complementary color
Monochromatic Colors of #8FFFFD
Black with #8FFFFD
Text Example
Text Example
White with #8FFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFFD; }
p { color: rgb(143,255,253); }
H1.HeaderClassName
{
color: #8FFFFD;
}
.AnyTagClassName
{
color: #8FFFFD;
}
</style>
background-color css
<style>
a { background-color: #8FFFFD; }
a { background-color: rgb(143,255,253); }
div.DivClassName
{
background-color: #8FFFFD;
}
.BgClassName
{
background-color: #8FFFFD;
}
</style>
border-color css
<style>
span { border-color: #8FFFFD; }
span { border-color: rgb(143,255,253); }
td.TdClassName
{
border-color: #8FFFFD;
}
.TagClassName
{
border-color: #8FFFFD;
}
</style>