Shades of Electric Blue #8FEFFF
Tints of Electric Blue #8FEFFF
RGB
CMYK
RGB Variations
Color information
#8FEFFF (or 0x8FEFFF) is known color: Electric Blue. HEX triplet: 8F, EF and FF. RGB value is (143,239,255). Sum of RGB (Red+Green+Blue) = 143+239+255=637 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.45% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFFF is #701000. Grayscale: #D3D3D3. Windows color (decimal): -7344129 or 16773007. OLE color: 16773007.
HSL color Cylindrical-coordinate representation of color #8FEFFF: hue angle of 188.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FEFFF is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 239 | 255 | - |
| CMYK | 0.44 | 0.06 | 0 | 0 |
| HSL | 188.57º | 1% | 0.78% | - |
| HSV(B) | 188.57º | 0.44% | 1% | - |
| XYZ | 60.24 | 74.79 | 105.87 | - |
| YUV | 212.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 255 | 0.44 | 0.06 | 0 | 0 | 188.57 | 1 | 0.78 |
| Hex | 8F | EF | FF | 2C | 6 | 0 | 0 | BD | 64 | 4E |
| Octal | 217 | 357 | 377 | 54 | 6 | 0 | 0 | 275 | 144 | 116 |
| Binary | 10001111 | 11101111 | 11111111 | 101100 | 110 | 0 | 0 | 10111101 | 1100100 | 1001110 |
Color Harmonies of #8FEFFF
Complementary color
Monochromatic Colors of #8FEFFF
Black with #8FEFFF
Text Example
Text Example
White with #8FEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFFF; }
p { color: rgb(143,239,255); }
H1.HeaderClassName
{
color: #8FEFFF;
}
.AnyTagClassName
{
color: #8FEFFF;
}
</style>
background-color css
<style>
a { background-color: #8FEFFF; }
a { background-color: rgb(143,239,255); }
div.DivClassName
{
background-color: #8FEFFF;
}
.BgClassName
{
background-color: #8FEFFF;
}
</style>
border-color css
<style>
span { border-color: #8FEFFF; }
span { border-color: rgb(143,239,255); }
td.TdClassName
{
border-color: #8FEFFF;
}
.TagClassName
{
border-color: #8FEFFF;
}
</style>