Shades of Electric Blue #8FEFF2
Tints of Electric Blue #8FEFF2
RGB
CMYK
RGB Variations
Color information
#8FEFF2 (or 0x8FEFF2) is known color: Electric Blue. HEX triplet: 8F, EF and F2. RGB value is (143,239,242). Sum of RGB (Red+Green+Blue) = 143+239+242=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #8FEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFF2 is #70100D. Grayscale: #D2D2D2. Windows color (decimal): -7344142 or 15921039. OLE color: 15921039.
HSL color Cylindrical-coordinate representation of color #8FEFF2: hue angle of 181.82º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FEFF2 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 239 | 242 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.05 |
| HSL | 181.82º | 0.79% | 0.75% | - |
| HSV(B) | 181.82º | 0.41% | 0.95% | - |
| XYZ | 58.22 | 73.98 | 95.22 | - |
| YUV | 210.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 242 | 0.41 | 0.01 | 0 | 0.05 | 181.82 | 0.79 | 0.75 |
| Hex | 8F | EF | F2 | 29 | 1 | 0 | 5 | B6 | 4F | 4B |
| Octal | 217 | 357 | 362 | 51 | 1 | 0 | 5 | 266 | 117 | 113 |
| Binary | 10001111 | 11101111 | 11110010 | 101001 | 1 | 0 | 101 | 10110110 | 1001111 | 1001011 |
Color Harmonies of #8FEFF2
Complementary color
Monochromatic Colors of #8FEFF2
Black with #8FEFF2
Text Example
Text Example
White with #8FEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFF2; }
p { color: rgb(143,239,242); }
H1.HeaderClassName
{
color: #8FEFF2;
}
.AnyTagClassName
{
color: #8FEFF2;
}
</style>
background-color css
<style>
a { background-color: #8FEFF2; }
a { background-color: rgb(143,239,242); }
div.DivClassName
{
background-color: #8FEFF2;
}
.BgClassName
{
background-color: #8FEFF2;
}
</style>
border-color css
<style>
span { border-color: #8FEFF2; }
span { border-color: rgb(143,239,242); }
td.TdClassName
{
border-color: #8FEFF2;
}
.TagClassName
{
border-color: #8FEFF2;
}
</style>