Shades of Electric Blue #88FDF2
Tints of Electric Blue #88FDF2
RGB
CMYK
RGB Variations
Color information
#88FDF2 (or 0x88FDF2) is known color: Electric Blue. HEX triplet: 88, FD and F2. RGB value is (136,253,242). Sum of RGB (Red+Green+Blue) = 136+253+242=631 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.55% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FDF2 is #77020D. Grayscale: #D8D8D8. Windows color (decimal): -7799310 or 15924616. OLE color: 15924616.
HSL color Cylindrical-coordinate representation of color #88FDF2: hue angle of 174.36º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FDF2 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 253 | 242 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.01 |
| HSL | 174.36º | 0.97% | 0.76% | - |
| HSV(B) | 174.36º | 0.46% | 0.99% | - |
| XYZ | 61.31 | 81.9 | 96.58 | - |
| YUV | 216.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 253 | 242 | 0.46 | 0 | 0.04 | 0.01 | 174.36 | 0.97 | 0.76 |
| Hex | 88 | FD | F2 | 2E | 0 | 4 | 1 | AE | 61 | 4C |
| Octal | 210 | 375 | 362 | 56 | 0 | 4 | 1 | 256 | 141 | 114 |
| Binary | 10001000 | 11111101 | 11110010 | 101110 | 0 | 100 | 1 | 10101110 | 1100001 | 1001100 |
Color Harmonies of #88FDF2
Complementary color
Monochromatic Colors of #88FDF2
Black with #88FDF2
Text Example
Text Example
White with #88FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FDF2; }
p { color: rgb(136,253,242); }
H1.HeaderClassName
{
color: #88FDF2;
}
.AnyTagClassName
{
color: #88FDF2;
}
</style>
background-color css
<style>
a { background-color: #88FDF2; }
a { background-color: rgb(136,253,242); }
div.DivClassName
{
background-color: #88FDF2;
}
.BgClassName
{
background-color: #88FDF2;
}
</style>
border-color css
<style>
span { border-color: #88FDF2; }
span { border-color: rgb(136,253,242); }
td.TdClassName
{
border-color: #88FDF2;
}
.TagClassName
{
border-color: #88FDF2;
}
</style>