Shades of Electric Blue #8FFDFF
Tints of Electric Blue #8FFDFF
RGB
CMYK
RGB Variations
Color information
#8FFDFF (or 0x8FFDFF) is known color: Electric Blue. HEX triplet: 8F, FD and FF. RGB value is (143,253,255). Sum of RGB (Red+Green+Blue) = 143+253+255=651 (86% of max value = 765). Red value is 143 (56.25% from 255 or 21.97% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFDFF is #700200. Grayscale: #DCDCDC. Windows color (decimal): -7340545 or 16776591. OLE color: 16776591.
HSL color Cylindrical-coordinate representation of color #8FFDFF: hue angle of 181.07º 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 #8FFDFF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 253 | 255 | - |
| CMYK | 0.44 | 0.01 | 0 | 0 |
| HSL | 181.07º | 1% | 0.78% | - |
| HSV(B) | 181.07º | 0.44% | 1% | - |
| XYZ | 64.5 | 83.31 | 107.29 | - |
| YUV | 220.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 253 | 255 | 0.44 | 0.01 | 0 | 0 | 181.07 | 1 | 0.78 |
| Hex | 8F | FD | FF | 2C | 1 | 0 | 0 | B5 | 64 | 4E |
| Octal | 217 | 375 | 377 | 54 | 1 | 0 | 0 | 265 | 144 | 116 |
| Binary | 10001111 | 11111101 | 11111111 | 101100 | 1 | 0 | 0 | 10110101 | 1100100 | 1001110 |
Color Harmonies of #8FFDFF
Complementary color
Monochromatic Colors of #8FFDFF
Black with #8FFDFF
Text Example
Text Example
White with #8FFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFDFF; }
p { color: rgb(143,253,255); }
H1.HeaderClassName
{
color: #8FFDFF;
}
.AnyTagClassName
{
color: #8FFDFF;
}
</style>
background-color css
<style>
a { background-color: #8FFDFF; }
a { background-color: rgb(143,253,255); }
div.DivClassName
{
background-color: #8FFDFF;
}
.BgClassName
{
background-color: #8FFDFF;
}
</style>
border-color css
<style>
span { border-color: #8FFDFF; }
span { border-color: rgb(143,253,255); }
td.TdClassName
{
border-color: #8FFDFF;
}
.TagClassName
{
border-color: #8FFDFF;
}
</style>