Shades of Electric Blue #8FEEF8
Tints of Electric Blue #8FEEF8
RGB
CMYK
RGB Variations
Color information
#8FEEF8 (or 0x8FEEF8) is known color: Electric Blue. HEX triplet: 8F, EE and F8. RGB value is (143,238,248). Sum of RGB (Red+Green+Blue) = 143+238+248=629 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.73% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FEEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEF8 is #701107. Grayscale: #D2D2D2. Windows color (decimal): -7344392 or 16313999. OLE color: 16313999.
HSL color Cylindrical-coordinate representation of color #8FEEF8: hue angle of 185.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FEEF8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 238 | 248 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.03 |
| HSL | 185.71º | 0.88% | 0.77% | - |
| HSV(B) | 185.71º | 0.42% | 0.97% | - |
| XYZ | 58.85 | 73.77 | 99.94 | - |
| YUV | 210.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 248 | 0.42 | 0.04 | 0 | 0.03 | 185.71 | 0.88 | 0.77 |
| Hex | 8F | EE | F8 | 2A | 4 | 0 | 3 | BA | 58 | 4D |
| Octal | 217 | 356 | 370 | 52 | 4 | 0 | 3 | 272 | 130 | 115 |
| Binary | 10001111 | 11101110 | 11111000 | 101010 | 100 | 0 | 11 | 10111010 | 1011000 | 1001101 |
Color Harmonies of #8FEEF8
Complementary color
Monochromatic Colors of #8FEEF8
Black with #8FEEF8
Text Example
Text Example
White with #8FEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEF8; }
p { color: rgb(143,238,248); }
H1.HeaderClassName
{
color: #8FEEF8;
}
.AnyTagClassName
{
color: #8FEEF8;
}
</style>
background-color css
<style>
a { background-color: #8FEEF8; }
a { background-color: rgb(143,238,248); }
div.DivClassName
{
background-color: #8FEEF8;
}
.BgClassName
{
background-color: #8FEEF8;
}
</style>
border-color css
<style>
span { border-color: #8FEEF8; }
span { border-color: rgb(143,238,248); }
td.TdClassName
{
border-color: #8FEEF8;
}
.TagClassName
{
border-color: #8FEEF8;
}
</style>