Shades of Electric Blue #8FFCFF
Tints of Electric Blue #8FFCFF
RGB
CMYK
RGB Variations
Color information
#8FFCFF (or 0x8FFCFF) is known color: Electric Blue. HEX triplet: 8F, FC and FF. RGB value is (143,252,255). Sum of RGB (Red+Green+Blue) = 143+252+255=650 (86% of max value = 765). Red value is 143 (56.25% from 255 or 22% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCFF is #700300. Grayscale: #DBDBDB. Windows color (decimal): -7340801 or 16776335. OLE color: 16776335.
HSL color Cylindrical-coordinate representation of color #8FFCFF: hue angle of 181.61º 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 #8FFCFF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 252 | 255 | - |
| CMYK | 0.44 | 0.01 | 0 | 0 |
| HSL | 181.61º | 1% | 0.78% | - |
| HSV(B) | 181.61º | 0.44% | 1% | - |
| XYZ | 64.19 | 82.68 | 107.18 | - |
| YUV | 219.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 255 | 0.44 | 0.01 | 0 | 0 | 181.61 | 1 | 0.78 |
| Hex | 8F | FC | FF | 2C | 1 | 0 | 0 | B6 | 64 | 4E |
| Octal | 217 | 374 | 377 | 54 | 1 | 0 | 0 | 266 | 144 | 116 |
| Binary | 10001111 | 11111100 | 11111111 | 101100 | 1 | 0 | 0 | 10110110 | 1100100 | 1001110 |
Color Harmonies of #8FFCFF
Complementary color
Monochromatic Colors of #8FFCFF
Black with #8FFCFF
Text Example
Text Example
White with #8FFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCFF; }
p { color: rgb(143,252,255); }
H1.HeaderClassName
{
color: #8FFCFF;
}
.AnyTagClassName
{
color: #8FFCFF;
}
</style>
background-color css
<style>
a { background-color: #8FFCFF; }
a { background-color: rgb(143,252,255); }
div.DivClassName
{
background-color: #8FFCFF;
}
.BgClassName
{
background-color: #8FFCFF;
}
</style>
border-color css
<style>
span { border-color: #8FFCFF; }
span { border-color: rgb(143,252,255); }
td.TdClassName
{
border-color: #8FFCFF;
}
.TagClassName
{
border-color: #8FFCFF;
}
</style>