Shades of Electric Blue #8FEDFF
Tints of Electric Blue #8FEDFF
RGB
CMYK
RGB Variations
Color information
#8FEDFF (or 0x8FEDFF) is known color: Electric Blue. HEX triplet: 8F, ED and FF. RGB value is (143,237,255). Sum of RGB (Red+Green+Blue) = 143+237+255=635 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.52% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDFF is #701200. Grayscale: #D2D2D2. Windows color (decimal): -7344641 or 16772495. OLE color: 16772495.
HSL color Cylindrical-coordinate representation of color #8FEDFF: hue angle of 189.64º 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 #8FEDFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 237 | 255 | - |
| CMYK | 0.44 | 0.07 | 0 | 0 |
| HSL | 189.64º | 1% | 0.78% | - |
| HSV(B) | 189.64º | 0.44% | 1% | - |
| XYZ | 59.66 | 73.63 | 105.67 | - |
| YUV | 210.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 255 | 0.44 | 0.07 | 0 | 0 | 189.64 | 1 | 0.78 |
| Hex | 8F | ED | FF | 2C | 7 | 0 | 0 | BE | 64 | 4E |
| Octal | 217 | 355 | 377 | 54 | 7 | 0 | 0 | 276 | 144 | 116 |
| Binary | 10001111 | 11101101 | 11111111 | 101100 | 111 | 0 | 0 | 10111110 | 1100100 | 1001110 |
Color Harmonies of #8FEDFF
Complementary color
Monochromatic Colors of #8FEDFF
Black with #8FEDFF
Text Example
Text Example
White with #8FEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDFF; }
p { color: rgb(143,237,255); }
H1.HeaderClassName
{
color: #8FEDFF;
}
.AnyTagClassName
{
color: #8FEDFF;
}
</style>
background-color css
<style>
a { background-color: #8FEDFF; }
a { background-color: rgb(143,237,255); }
div.DivClassName
{
background-color: #8FEDFF;
}
.BgClassName
{
background-color: #8FEDFF;
}
</style>
border-color css
<style>
span { border-color: #8FEDFF; }
span { border-color: rgb(143,237,255); }
td.TdClassName
{
border-color: #8FEDFF;
}
.TagClassName
{
border-color: #8FEDFF;
}
</style>