Shades of Electric Blue #8FFBFD
Tints of Electric Blue #8FFBFD
RGB
CMYK
RGB Variations
Color information
#8FFBFD (or 0x8FFBFD) is known color: Electric Blue. HEX triplet: 8F, FB and FD. RGB value is (143,251,253). Sum of RGB (Red+Green+Blue) = 143+251+253=647 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.10% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FFBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBFD is #700402. Grayscale: #DADADA. Windows color (decimal): -7341059 or 16645007. OLE color: 16645007.
HSL color Cylindrical-coordinate representation of color #8FFBFD: hue angle of 181.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFBFD is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 251 | 253 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.01 |
| HSL | 181.09º | 0.96% | 0.78% | - |
| HSV(B) | 181.09º | 0.43% | 0.99% | - |
| XYZ | 63.55 | 81.93 | 105.39 | - |
| YUV | 218.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 253 | 0.43 | 0.01 | 0 | 0.01 | 181.09 | 0.96 | 0.78 |
| Hex | 8F | FB | FD | 2B | 1 | 0 | 1 | B5 | 60 | 4E |
| Octal | 217 | 373 | 375 | 53 | 1 | 0 | 1 | 265 | 140 | 116 |
| Binary | 10001111 | 11111011 | 11111101 | 101011 | 1 | 0 | 1 | 10110101 | 1100000 | 1001110 |
Color Harmonies of #8FFBFD
Complementary color
Monochromatic Colors of #8FFBFD
Black with #8FFBFD
Text Example
Text Example
White with #8FFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBFD; }
p { color: rgb(143,251,253); }
H1.HeaderClassName
{
color: #8FFBFD;
}
.AnyTagClassName
{
color: #8FFBFD;
}
</style>
background-color css
<style>
a { background-color: #8FFBFD; }
a { background-color: rgb(143,251,253); }
div.DivClassName
{
background-color: #8FFBFD;
}
.BgClassName
{
background-color: #8FFBFD;
}
</style>
border-color css
<style>
span { border-color: #8FFBFD; }
span { border-color: rgb(143,251,253); }
td.TdClassName
{
border-color: #8FFBFD;
}
.TagClassName
{
border-color: #8FFBFD;
}
</style>