Shades of Electric Blue #8FFCF3
Tints of Electric Blue #8FFCF3
RGB
CMYK
RGB Variations
Color information
#8FFCF3 (or 0x8FFCF3) is known color: Electric Blue. HEX triplet: 8F, FC and F3. RGB value is (143,252,243). Sum of RGB (Red+Green+Blue) = 143+252+243=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCF3 is #70030C. Grayscale: #DADADA. Windows color (decimal): -7340813 or 15989903. OLE color: 15989903.
HSL color Cylindrical-coordinate representation of color #8FFCF3: hue angle of 175.05º 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 #8FFCF3 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 243 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.01 |
| HSL | 175.05º | 0.95% | 0.77% | - |
| HSV(B) | 175.05º | 0.43% | 0.99% | - |
| XYZ | 62.32 | 81.93 | 97.32 | - |
| YUV | 218.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 243 | 0.43 | 0 | 0.04 | 0.01 | 175.05 | 0.95 | 0.77 |
| Hex | 8F | FC | F3 | 2B | 0 | 4 | 1 | AF | 5F | 4D |
| Octal | 217 | 374 | 363 | 53 | 0 | 4 | 1 | 257 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11110011 | 101011 | 0 | 100 | 1 | 10101111 | 1011111 | 1001101 |
Color Harmonies of #8FFCF3
Complementary color
Monochromatic Colors of #8FFCF3
Black with #8FFCF3
Text Example
Text Example
White with #8FFCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCF3; }
p { color: rgb(143,252,243); }
H1.HeaderClassName
{
color: #8FFCF3;
}
.AnyTagClassName
{
color: #8FFCF3;
}
</style>
background-color css
<style>
a { background-color: #8FFCF3; }
a { background-color: rgb(143,252,243); }
div.DivClassName
{
background-color: #8FFCF3;
}
.BgClassName
{
background-color: #8FFCF3;
}
</style>
border-color css
<style>
span { border-color: #8FFCF3; }
span { border-color: rgb(143,252,243); }
td.TdClassName
{
border-color: #8FFCF3;
}
.TagClassName
{
border-color: #8FFCF3;
}
</style>