Shades of Electric Blue #8FFCF1
Tints of Electric Blue #8FFCF1
RGB
CMYK
RGB Variations
Color information
#8FFCF1 (or 0x8FFCF1) is known color: Electric Blue. HEX triplet: 8F, FC and F1. RGB value is (143,252,241). Sum of RGB (Red+Green+Blue) = 143+252+241=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCF1 is #70030E. Grayscale: #DADADA. Windows color (decimal): -7340815 or 15858831. OLE color: 15858831.
HSL color Cylindrical-coordinate representation of color #8FFCF1: hue angle of 173.94º 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 #8FFCF1 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 241 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.01 |
| HSL | 173.95º | 0.95% | 0.77% | - |
| HSV(B) | 173.95º | 0.43% | 0.99% | - |
| XYZ | 62.02 | 81.81 | 95.74 | - |
| YUV | 218.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 241 | 0.43 | 0 | 0.04 | 0.01 | 173.95 | 0.95 | 0.77 |
| Hex | 8F | FC | F1 | 2B | 0 | 4 | 1 | AE | 5F | 4D |
| Octal | 217 | 374 | 361 | 53 | 0 | 4 | 1 | 256 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11110001 | 101011 | 0 | 100 | 1 | 10101110 | 1011111 | 1001101 |
Color Harmonies of #8FFCF1
Complementary color
Monochromatic Colors of #8FFCF1
Black with #8FFCF1
Text Example
Text Example
White with #8FFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCF1; }
p { color: rgb(143,252,241); }
H1.HeaderClassName
{
color: #8FFCF1;
}
.AnyTagClassName
{
color: #8FFCF1;
}
</style>
background-color css
<style>
a { background-color: #8FFCF1; }
a { background-color: rgb(143,252,241); }
div.DivClassName
{
background-color: #8FFCF1;
}
.BgClassName
{
background-color: #8FFCF1;
}
</style>
border-color css
<style>
span { border-color: #8FFCF1; }
span { border-color: rgb(143,252,241); }
td.TdClassName
{
border-color: #8FFCF1;
}
.TagClassName
{
border-color: #8FFCF1;
}
</style>