Shades of Electric Blue #8FEFF3
Tints of Electric Blue #8FEFF3
RGB
CMYK
RGB Variations
Color information
#8FEFF3 (or 0x8FEFF3) is known color: Electric Blue. HEX triplet: 8F, EF and F3. RGB value is (143,239,243). Sum of RGB (Red+Green+Blue) = 143+239+243=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFF3 is #70100C. Grayscale: #D2D2D2. Windows color (decimal): -7344141 or 15986575. OLE color: 15986575.
HSL color Cylindrical-coordinate representation of color #8FEFF3: hue angle of 182.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FEFF3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 239 | 243 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.05 |
| HSL | 182.4º | 0.81% | 0.76% | - |
| HSV(B) | 182.4º | 0.41% | 0.95% | - |
| XYZ | 58.37 | 74.04 | 96.01 | - |
| YUV | 210.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 243 | 0.41 | 0.02 | 0 | 0.05 | 182.4 | 0.81 | 0.76 |
| Hex | 8F | EF | F3 | 29 | 2 | 0 | 5 | B6 | 51 | 4C |
| Octal | 217 | 357 | 363 | 51 | 2 | 0 | 5 | 266 | 121 | 114 |
| Binary | 10001111 | 11101111 | 11110011 | 101001 | 10 | 0 | 101 | 10110110 | 1010001 | 1001100 |
Color Harmonies of #8FEFF3
Complementary color
Monochromatic Colors of #8FEFF3
Black with #8FEFF3
Text Example
Text Example
White with #8FEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFF3; }
p { color: rgb(143,239,243); }
H1.HeaderClassName
{
color: #8FEFF3;
}
.AnyTagClassName
{
color: #8FEFF3;
}
</style>
background-color css
<style>
a { background-color: #8FEFF3; }
a { background-color: rgb(143,239,243); }
div.DivClassName
{
background-color: #8FEFF3;
}
.BgClassName
{
background-color: #8FEFF3;
}
</style>
border-color css
<style>
span { border-color: #8FEFF3; }
span { border-color: rgb(143,239,243); }
td.TdClassName
{
border-color: #8FEFF3;
}
.TagClassName
{
border-color: #8FEFF3;
}
</style>