Shades of Electric Blue #8FEEFD
Tints of Electric Blue #8FEEFD
RGB
CMYK
RGB Variations
Color information
#8FEEFD (or 0x8FEEFD) is known color: Electric Blue. HEX triplet: 8F, EE and FD. RGB value is (143,238,253). Sum of RGB (Red+Green+Blue) = 143+238+253=634 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.56% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEFD is #701102. Grayscale: #D3D3D3. Windows color (decimal): -7344387 or 16641679. OLE color: 16641679.
HSL color Cylindrical-coordinate representation of color #8FEEFD: hue angle of 188.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FEEFD is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 238 | 253 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.01 |
| HSL | 188.18º | 0.96% | 0.78% | - |
| HSV(B) | 188.18º | 0.43% | 0.99% | - |
| XYZ | 59.63 | 74.08 | 104.08 | - |
| YUV | 211.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 253 | 0.43 | 0.06 | 0 | 0.01 | 188.18 | 0.96 | 0.78 |
| Hex | 8F | EE | FD | 2B | 6 | 0 | 1 | BC | 60 | 4E |
| Octal | 217 | 356 | 375 | 53 | 6 | 0 | 1 | 274 | 140 | 116 |
| Binary | 10001111 | 11101110 | 11111101 | 101011 | 110 | 0 | 1 | 10111100 | 1100000 | 1001110 |
Color Harmonies of #8FEEFD
Complementary color
Monochromatic Colors of #8FEEFD
Black with #8FEEFD
Text Example
Text Example
White with #8FEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEFD; }
p { color: rgb(143,238,253); }
H1.HeaderClassName
{
color: #8FEEFD;
}
.AnyTagClassName
{
color: #8FEEFD;
}
</style>
background-color css
<style>
a { background-color: #8FEEFD; }
a { background-color: rgb(143,238,253); }
div.DivClassName
{
background-color: #8FEEFD;
}
.BgClassName
{
background-color: #8FEEFD;
}
</style>
border-color css
<style>
span { border-color: #8FEEFD; }
span { border-color: rgb(143,238,253); }
td.TdClassName
{
border-color: #8FEEFD;
}
.TagClassName
{
border-color: #8FEEFD;
}
</style>