Shades of Electric Blue #8FFFFF
Tints of Electric Blue #8FFFFF
RGB
CMYK
RGB Variations
Color information
#8FFFFF (or 0x8FFFFF) is known color: Electric Blue. HEX triplet: 8F, FF and FF. RGB value is (143,255,255). Sum of RGB (Red+Green+Blue) = 143+255+255=653 (86% of max value = 765). Red value is 143 (56.25% from 255 or 21.90% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #8FFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFFF is #700000. Grayscale: #DDDDDD. Windows color (decimal): -7340033 or 16777103. OLE color: 16777103.
HSL color Cylindrical-coordinate representation of color #8FFFFF: hue angle of 180º 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 #8FFFFF is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 255 | - |
| CMYK | 0.44 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.78% | - |
| HSV(B) | 180º | 0.44% | 1% | - |
| XYZ | 65.14 | 84.58 | 107.5 | - |
| YUV | 221.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 255 | 0.44 | 0 | 0 | 0 | 180 | 1 | 0.78 |
| Hex | 8F | FF | FF | 2C | 0 | 0 | 0 | B4 | 64 | 4E |
| Octal | 217 | 377 | 377 | 54 | 0 | 0 | 0 | 264 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11111111 | 101100 | 0 | 0 | 0 | 10110100 | 1100100 | 1001110 |
Color Harmonies of #8FFFFF
Complementary color
Monochromatic Colors of #8FFFFF
Black with #8FFFFF
Text Example
Text Example
White with #8FFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFFF; }
p { color: rgb(143,255,255); }
H1.HeaderClassName
{
color: #8FFFFF;
}
.AnyTagClassName
{
color: #8FFFFF;
}
</style>
background-color css
<style>
a { background-color: #8FFFFF; }
a { background-color: rgb(143,255,255); }
div.DivClassName
{
background-color: #8FFFFF;
}
.BgClassName
{
background-color: #8FFFFF;
}
</style>
border-color css
<style>
span { border-color: #8FFFFF; }
span { border-color: rgb(143,255,255); }
td.TdClassName
{
border-color: #8FFFFF;
}
.TagClassName
{
border-color: #8FFFFF;
}
</style>