Shades of Electric Blue #8FEEFF
Tints of Electric Blue #8FEEFF
RGB
CMYK
RGB Variations
Color information
#8FEEFF (or 0x8FEEFF) is known color: Electric Blue. HEX triplet: 8F, EE and FF. RGB value is (143,238,255). Sum of RGB (Red+Green+Blue) = 143+238+255=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEFF is #701100. Grayscale: #D3D3D3. Windows color (decimal): -7344385 or 16772751. OLE color: 16772751.
HSL color Cylindrical-coordinate representation of color #8FEEFF: hue angle of 189.11º 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 #8FEEFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 238 | 255 | - |
| CMYK | 0.44 | 0.07 | 0 | 0 |
| HSL | 189.11º | 1% | 0.78% | - |
| HSV(B) | 189.11º | 0.44% | 1% | - |
| XYZ | 59.95 | 74.21 | 105.77 | - |
| YUV | 211.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 255 | 0.44 | 0.07 | 0 | 0 | 189.11 | 1 | 0.78 |
| Hex | 8F | EE | FF | 2C | 7 | 0 | 0 | BD | 64 | 4E |
| Octal | 217 | 356 | 377 | 54 | 7 | 0 | 0 | 275 | 144 | 116 |
| Binary | 10001111 | 11101110 | 11111111 | 101100 | 111 | 0 | 0 | 10111101 | 1100100 | 1001110 |
Color Harmonies of #8FEEFF
Complementary color
Monochromatic Colors of #8FEEFF
Black with #8FEEFF
Text Example
Text Example
White with #8FEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEFF; }
p { color: rgb(143,238,255); }
H1.HeaderClassName
{
color: #8FEEFF;
}
.AnyTagClassName
{
color: #8FEEFF;
}
</style>
background-color css
<style>
a { background-color: #8FEEFF; }
a { background-color: rgb(143,238,255); }
div.DivClassName
{
background-color: #8FEEFF;
}
.BgClassName
{
background-color: #8FEEFF;
}
</style>
border-color css
<style>
span { border-color: #8FEEFF; }
span { border-color: rgb(143,238,255); }
td.TdClassName
{
border-color: #8FEEFF;
}
.TagClassName
{
border-color: #8FEEFF;
}
</style>