Shades of Electric Blue #88FBF4
Tints of Electric Blue #88FBF4
RGB
CMYK
RGB Variations
Color information
#88FBF4 (or 0x88FBF4) is known color: Electric Blue. HEX triplet: 88, FB and F4. RGB value is (136,251,244). Sum of RGB (Red+Green+Blue) = 136+251+244=631 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.55% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBF4 is #77040B. Grayscale: #D7D7D7. Windows color (decimal): -7799820 or 16055176. OLE color: 16055176.
HSL color Cylindrical-coordinate representation of color #88FBF4: hue angle of 176.35º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FBF4 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 251 | 244 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.02 |
| HSL | 176.35º | 0.93% | 0.76% | - |
| HSV(B) | 176.35º | 0.46% | 0.98% | - |
| XYZ | 60.98 | 80.76 | 97.96 | - |
| YUV | 215.82 | 143.9 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 251 | 244 | 0.46 | 0 | 0.03 | 0.02 | 176.35 | 0.93 | 0.76 |
| Hex | 88 | FB | F4 | 2E | 0 | 3 | 2 | B0 | 5D | 4C |
| Octal | 210 | 373 | 364 | 56 | 0 | 3 | 2 | 260 | 135 | 114 |
| Binary | 10001000 | 11111011 | 11110100 | 101110 | 0 | 11 | 10 | 10110000 | 1011101 | 1001100 |
Color Harmonies of #88FBF4
Complementary color
Monochromatic Colors of #88FBF4
Black with #88FBF4
Text Example
Text Example
White with #88FBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FBF4; }
p { color: rgb(136,251,244); }
H1.HeaderClassName
{
color: #88FBF4;
}
.AnyTagClassName
{
color: #88FBF4;
}
</style>
background-color css
<style>
a { background-color: #88FBF4; }
a { background-color: rgb(136,251,244); }
div.DivClassName
{
background-color: #88FBF4;
}
.BgClassName
{
background-color: #88FBF4;
}
</style>
border-color css
<style>
span { border-color: #88FBF4; }
span { border-color: rgb(136,251,244); }
td.TdClassName
{
border-color: #88FBF4;
}
.TagClassName
{
border-color: #88FBF4;
}
</style>