Shades of Electric Blue #8FFDF2
Tints of Electric Blue #8FFDF2
RGB
CMYK
RGB Variations
Color information
#8FFDF2 (or 0x8FFDF2) is known color: Electric Blue. HEX triplet: 8F, FD and F2. RGB value is (143,253,242). Sum of RGB (Red+Green+Blue) = 143+253+242=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFDF2 is #70020D. Grayscale: #DADADA. Windows color (decimal): -7340558 or 15924623. OLE color: 15924623.
HSL color Cylindrical-coordinate representation of color #8FFDF2: hue angle of 174º 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 #8FFDF2 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 253 | 242 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.01 |
| HSL | 174º | 0.96% | 0.78% | - |
| HSV(B) | 174º | 0.43% | 0.99% | - |
| XYZ | 62.48 | 82.5 | 96.64 | - |
| YUV | 218.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 253 | 242 | 0.43 | 0 | 0.04 | 0.01 | 174 | 0.96 | 0.78 |
| Hex | 8F | FD | F2 | 2B | 0 | 4 | 1 | AE | 60 | 4E |
| Octal | 217 | 375 | 362 | 53 | 0 | 4 | 1 | 256 | 140 | 116 |
| Binary | 10001111 | 11111101 | 11110010 | 101011 | 0 | 100 | 1 | 10101110 | 1100000 | 1001110 |
Color Harmonies of #8FFDF2
Complementary color
Monochromatic Colors of #8FFDF2
Black with #8FFDF2
Text Example
Text Example
White with #8FFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFDF2; }
p { color: rgb(143,253,242); }
H1.HeaderClassName
{
color: #8FFDF2;
}
.AnyTagClassName
{
color: #8FFDF2;
}
</style>
background-color css
<style>
a { background-color: #8FFDF2; }
a { background-color: rgb(143,253,242); }
div.DivClassName
{
background-color: #8FFDF2;
}
.BgClassName
{
background-color: #8FFDF2;
}
</style>
border-color css
<style>
span { border-color: #8FFDF2; }
span { border-color: rgb(143,253,242); }
td.TdClassName
{
border-color: #8FFDF2;
}
.TagClassName
{
border-color: #8FFDF2;
}
</style>