Shades of Electric Blue #8FEEF6
Tints of Electric Blue #8FEEF6
RGB
CMYK
RGB Variations
Color information
#8FEEF6 (or 0x8FEEF6) is known color: Electric Blue. HEX triplet: 8F, EE and F6. RGB value is (143,238,246). Sum of RGB (Red+Green+Blue) = 143+238+246=627 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.81% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #8FEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEF6 is #701109. Grayscale: #D2D2D2. Windows color (decimal): -7344394 or 16182927. OLE color: 16182927.
HSL color Cylindrical-coordinate representation of color #8FEEF6: hue angle of 184.66º degrees, saturation: 0.85, 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 #8FEEF6 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 238 | 246 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.04 |
| HSL | 184.66º | 0.85% | 0.76% | - |
| HSV(B) | 184.66º | 0.42% | 0.96% | - |
| XYZ | 58.54 | 73.64 | 98.32 | - |
| YUV | 210.51 | 148.03 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 246 | 0.42 | 0.03 | 0 | 0.04 | 184.66 | 0.85 | 0.76 |
| Hex | 8F | EE | F6 | 2A | 3 | 0 | 4 | B9 | 55 | 4C |
| Octal | 217 | 356 | 366 | 52 | 3 | 0 | 4 | 271 | 125 | 114 |
| Binary | 10001111 | 11101110 | 11110110 | 101010 | 11 | 0 | 100 | 10111001 | 1010101 | 1001100 |
Color Harmonies of #8FEEF6
Complementary color
Monochromatic Colors of #8FEEF6
Black with #8FEEF6
Text Example
Text Example
White with #8FEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEF6; }
p { color: rgb(143,238,246); }
H1.HeaderClassName
{
color: #8FEEF6;
}
.AnyTagClassName
{
color: #8FEEF6;
}
</style>
background-color css
<style>
a { background-color: #8FEEF6; }
a { background-color: rgb(143,238,246); }
div.DivClassName
{
background-color: #8FEEF6;
}
.BgClassName
{
background-color: #8FEEF6;
}
</style>
border-color css
<style>
span { border-color: #8FEEF6; }
span { border-color: rgb(143,238,246); }
td.TdClassName
{
border-color: #8FEEF6;
}
.TagClassName
{
border-color: #8FEEF6;
}
</style>