Shades of Electric Blue #8FEEF5
Tints of Electric Blue #8FEEF5
RGB
CMYK
RGB Variations
Color information
#8FEEF5 (or 0x8FEEF5) is known color: Electric Blue. HEX triplet: 8F, EE and F5. RGB value is (143,238,245). Sum of RGB (Red+Green+Blue) = 143+238+245=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FEEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEF5 is #70110A. Grayscale: #D2D2D2. Windows color (decimal): -7344395 or 16117391. OLE color: 16117391.
HSL color Cylindrical-coordinate representation of color #8FEEF5: hue angle of 184.12º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FEEF5 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 238 | 245 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.04 |
| HSL | 184.12º | 0.84% | 0.76% | - |
| HSV(B) | 184.12º | 0.42% | 0.96% | - |
| XYZ | 58.38 | 73.58 | 97.51 | - |
| YUV | 210.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 245 | 0.42 | 0.03 | 0 | 0.04 | 184.12 | 0.84 | 0.76 |
| Hex | 8F | EE | F5 | 2A | 3 | 0 | 4 | B8 | 54 | 4C |
| Octal | 217 | 356 | 365 | 52 | 3 | 0 | 4 | 270 | 124 | 114 |
| Binary | 10001111 | 11101110 | 11110101 | 101010 | 11 | 0 | 100 | 10111000 | 1010100 | 1001100 |
Color Harmonies of #8FEEF5
Complementary color
Monochromatic Colors of #8FEEF5
Black with #8FEEF5
Text Example
Text Example
White with #8FEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEF5; }
p { color: rgb(143,238,245); }
H1.HeaderClassName
{
color: #8FEEF5;
}
.AnyTagClassName
{
color: #8FEEF5;
}
</style>
background-color css
<style>
a { background-color: #8FEEF5; }
a { background-color: rgb(143,238,245); }
div.DivClassName
{
background-color: #8FEEF5;
}
.BgClassName
{
background-color: #8FEEF5;
}
</style>
border-color css
<style>
span { border-color: #8FEEF5; }
span { border-color: rgb(143,238,245); }
td.TdClassName
{
border-color: #8FEEF5;
}
.TagClassName
{
border-color: #8FEEF5;
}
</style>