Shades of Electric Blue #8FEFF9
Tints of Electric Blue #8FEFF9
RGB
CMYK
RGB Variations
Color information
#8FEFF9 (or 0x8FEFF9) is known color: Electric Blue. HEX triplet: 8F, EF and F9. RGB value is (143,239,249). Sum of RGB (Red+Green+Blue) = 143+239+249=631 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.66% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFF9 is #701006. Grayscale: #D3D3D3. Windows color (decimal): -7344135 or 16379791. OLE color: 16379791.
HSL color Cylindrical-coordinate representation of color #8FEFF9: hue angle of 185.66º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FEFF9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 239 | 249 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.02 |
| HSL | 185.66º | 0.9% | 0.77% | - |
| HSV(B) | 185.66º | 0.43% | 0.98% | - |
| XYZ | 59.29 | 74.41 | 100.86 | - |
| YUV | 211.44 | 149.2 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 249 | 0.43 | 0.04 | 0 | 0.02 | 185.66 | 0.9 | 0.77 |
| Hex | 8F | EF | F9 | 2B | 4 | 0 | 2 | BA | 5A | 4D |
| Octal | 217 | 357 | 371 | 53 | 4 | 0 | 2 | 272 | 132 | 115 |
| Binary | 10001111 | 11101111 | 11111001 | 101011 | 100 | 0 | 10 | 10111010 | 1011010 | 1001101 |
Color Harmonies of #8FEFF9
Complementary color
Monochromatic Colors of #8FEFF9
Black with #8FEFF9
Text Example
Text Example
White with #8FEFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFF9; }
p { color: rgb(143,239,249); }
H1.HeaderClassName
{
color: #8FEFF9;
}
.AnyTagClassName
{
color: #8FEFF9;
}
</style>
background-color css
<style>
a { background-color: #8FEFF9; }
a { background-color: rgb(143,239,249); }
div.DivClassName
{
background-color: #8FEFF9;
}
.BgClassName
{
background-color: #8FEFF9;
}
</style>
border-color css
<style>
span { border-color: #8FEFF9; }
span { border-color: rgb(143,239,249); }
td.TdClassName
{
border-color: #8FEFF9;
}
.TagClassName
{
border-color: #8FEFF9;
}
</style>