Shades of Electric Blue #88FBF8
Tints of Electric Blue #88FBF8
RGB
CMYK
RGB Variations
Color information
#88FBF8 (or 0x88FBF8) is known color: Electric Blue. HEX triplet: 88, FB and F8. RGB value is (136,251,248). Sum of RGB (Red+Green+Blue) = 136+251+248=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBF8 is #770407. Grayscale: #D8D8D8. Windows color (decimal): -7799816 or 16317320. OLE color: 16317320.
HSL color Cylindrical-coordinate representation of color #88FBF8: hue angle of 178.43º 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 #88FBF8 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 251 | 248 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.02 |
| HSL | 178.43º | 0.93% | 0.76% | - |
| HSV(B) | 178.43º | 0.46% | 0.98% | - |
| XYZ | 61.59 | 81.01 | 101.2 | - |
| YUV | 216.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 251 | 248 | 0.46 | 0 | 0.01 | 0.02 | 178.43 | 0.93 | 0.76 |
| Hex | 88 | FB | F8 | 2E | 0 | 1 | 2 | B2 | 5D | 4C |
| Octal | 210 | 373 | 370 | 56 | 0 | 1 | 2 | 262 | 135 | 114 |
| Binary | 10001000 | 11111011 | 11111000 | 101110 | 0 | 1 | 10 | 10110010 | 1011101 | 1001100 |
Color Harmonies of #88FBF8
Complementary color
Monochromatic Colors of #88FBF8
Black with #88FBF8
Text Example
Text Example
White with #88FBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FBF8; }
p { color: rgb(136,251,248); }
H1.HeaderClassName
{
color: #88FBF8;
}
.AnyTagClassName
{
color: #88FBF8;
}
</style>
background-color css
<style>
a { background-color: #88FBF8; }
a { background-color: rgb(136,251,248); }
div.DivClassName
{
background-color: #88FBF8;
}
.BgClassName
{
background-color: #88FBF8;
}
</style>
border-color css
<style>
span { border-color: #88FBF8; }
span { border-color: rgb(136,251,248); }
td.TdClassName
{
border-color: #88FBF8;
}
.TagClassName
{
border-color: #88FBF8;
}
</style>