Shades of Electric Blue #8FF2FD
Tints of Electric Blue #8FF2FD
RGB
CMYK
RGB Variations
Color information
#8FF2FD (or 0x8FF2FD) is known color: Electric Blue. HEX triplet: 8F, F2 and FD. RGB value is (143,242,253). Sum of RGB (Red+Green+Blue) = 143+242+253=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FF2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2FD is #700D02. Grayscale: #D5D5D5. Windows color (decimal): -7343363 or 16642703. OLE color: 16642703.
HSL color Cylindrical-coordinate representation of color #8FF2FD: hue angle of 186º 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 #8FF2FD is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 242 | 253 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.01 |
| HSL | 186º | 0.96% | 0.78% | - |
| HSV(B) | 186º | 0.43% | 0.99% | - |
| XYZ | 60.81 | 76.44 | 104.48 | - |
| YUV | 213.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 253 | 0.43 | 0.04 | 0 | 0.01 | 186 | 0.96 | 0.78 |
| Hex | 8F | F2 | FD | 2B | 4 | 0 | 1 | BA | 60 | 4E |
| Octal | 217 | 362 | 375 | 53 | 4 | 0 | 1 | 272 | 140 | 116 |
| Binary | 10001111 | 11110010 | 11111101 | 101011 | 100 | 0 | 1 | 10111010 | 1100000 | 1001110 |
Color Harmonies of #8FF2FD
Complementary color
Monochromatic Colors of #8FF2FD
Black with #8FF2FD
Text Example
Text Example
White with #8FF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2FD; }
p { color: rgb(143,242,253); }
H1.HeaderClassName
{
color: #8FF2FD;
}
.AnyTagClassName
{
color: #8FF2FD;
}
</style>
background-color css
<style>
a { background-color: #8FF2FD; }
a { background-color: rgb(143,242,253); }
div.DivClassName
{
background-color: #8FF2FD;
}
.BgClassName
{
background-color: #8FF2FD;
}
</style>
border-color css
<style>
span { border-color: #8FF2FD; }
span { border-color: rgb(143,242,253); }
td.TdClassName
{
border-color: #8FF2FD;
}
.TagClassName
{
border-color: #8FF2FD;
}
</style>