Shades of Electric Blue #8FEEFC
Tints of Electric Blue #8FEEFC
RGB
CMYK
RGB Variations
Color information
#8FEEFC (or 0x8FEEFC) is known color: Electric Blue. HEX triplet: 8F, EE and FC. RGB value is (143,238,252). Sum of RGB (Red+Green+Blue) = 143+238+252=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEFC is #701103. Grayscale: #D3D3D3. Windows color (decimal): -7344388 or 16576143. OLE color: 16576143.
HSL color Cylindrical-coordinate representation of color #8FEEFC: hue angle of 187.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FEEFC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 238 | 252 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.01 |
| HSL | 187.71º | 0.95% | 0.77% | - |
| HSV(B) | 187.71º | 0.43% | 0.99% | - |
| XYZ | 59.47 | 74.02 | 103.25 | - |
| YUV | 211.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 252 | 0.43 | 0.06 | 0 | 0.01 | 187.71 | 0.95 | 0.77 |
| Hex | 8F | EE | FC | 2B | 6 | 0 | 1 | BC | 5F | 4D |
| Octal | 217 | 356 | 374 | 53 | 6 | 0 | 1 | 274 | 137 | 115 |
| Binary | 10001111 | 11101110 | 11111100 | 101011 | 110 | 0 | 1 | 10111100 | 1011111 | 1001101 |
Color Harmonies of #8FEEFC
Complementary color
Monochromatic Colors of #8FEEFC
Black with #8FEEFC
Text Example
Text Example
White with #8FEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEFC; }
p { color: rgb(143,238,252); }
H1.HeaderClassName
{
color: #8FEEFC;
}
.AnyTagClassName
{
color: #8FEEFC;
}
</style>
background-color css
<style>
a { background-color: #8FEEFC; }
a { background-color: rgb(143,238,252); }
div.DivClassName
{
background-color: #8FEEFC;
}
.BgClassName
{
background-color: #8FEEFC;
}
</style>
border-color css
<style>
span { border-color: #8FEEFC; }
span { border-color: rgb(143,238,252); }
td.TdClassName
{
border-color: #8FEEFC;
}
.TagClassName
{
border-color: #8FEEFC;
}
</style>