Shades of Electric Blue #88FEF2
Tints of Electric Blue #88FEF2
RGB
CMYK
RGB Variations
Color information
#88FEF2 (or 0x88FEF2) is known color: Electric Blue. HEX triplet: 88, FE and F2. RGB value is (136,254,242). Sum of RGB (Red+Green+Blue) = 136+254+242=632 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.52% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEF2 is #77010D. Grayscale: #D9D9D9. Windows color (decimal): -7799054 or 15924872. OLE color: 15924872.
HSL color Cylindrical-coordinate representation of color #88FEF2: hue angle of 173.9º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FEF2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 242 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.00 |
| HSL | 173.9º | 0.98% | 0.76% | - |
| HSV(B) | 173.9º | 0.46% | 1% | - |
| XYZ | 61.62 | 82.53 | 96.69 | - |
| YUV | 217.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 242 | 0.46 | 0 | 0.05 | 0.00 | 173.9 | 0.98 | 0.76 |
| Hex | 88 | FE | F2 | 2E | 0 | 5 | 0 | AE | 62 | 4C |
| Octal | 210 | 376 | 362 | 56 | 0 | 5 | 0 | 256 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11110010 | 101110 | 0 | 101 | 0 | 10101110 | 1100010 | 1001100 |
Color Harmonies of #88FEF2
Complementary color
Monochromatic Colors of #88FEF2
Black with #88FEF2
Text Example
Text Example
White with #88FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEF2; }
p { color: rgb(136,254,242); }
H1.HeaderClassName
{
color: #88FEF2;
}
.AnyTagClassName
{
color: #88FEF2;
}
</style>
background-color css
<style>
a { background-color: #88FEF2; }
a { background-color: rgb(136,254,242); }
div.DivClassName
{
background-color: #88FEF2;
}
.BgClassName
{
background-color: #88FEF2;
}
</style>
border-color css
<style>
span { border-color: #88FEF2; }
span { border-color: rgb(136,254,242); }
td.TdClassName
{
border-color: #88FEF2;
}
.TagClassName
{
border-color: #88FEF2;
}
</style>