Shades of Electric Blue #88F6FB
Tints of Electric Blue #88F6FB
RGB
CMYK
RGB Variations
Color information
#88F6FB (or 0x88F6FB) is known color: Electric Blue. HEX triplet: 88, F6 and FB. RGB value is (136,246,251). Sum of RGB (Red+Green+Blue) = 136+246+251=633 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.48% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #88F6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F6FB is #770904. Grayscale: #D5D5D5. Windows color (decimal): -7801093 or 16512648. OLE color: 16512648.
HSL color Cylindrical-coordinate representation of color #88F6FB: hue angle of 182.61º 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 #88F6FB is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 246 | 251 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.02 |
| HSL | 182.61º | 0.93% | 0.76% | - |
| HSV(B) | 182.61º | 0.46% | 0.98% | - |
| XYZ | 60.52 | 78.11 | 103.15 | - |
| YUV | 213.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 246 | 251 | 0.46 | 0.02 | 0 | 0.02 | 182.61 | 0.93 | 0.76 |
| Hex | 88 | F6 | FB | 2E | 2 | 0 | 2 | B7 | 5D | 4C |
| Octal | 210 | 366 | 373 | 56 | 2 | 0 | 2 | 267 | 135 | 114 |
| Binary | 10001000 | 11110110 | 11111011 | 101110 | 10 | 0 | 10 | 10110111 | 1011101 | 1001100 |
Color Harmonies of #88F6FB
Complementary color
Monochromatic Colors of #88F6FB
Black with #88F6FB
Text Example
Text Example
White with #88F6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F6FB; }
p { color: rgb(136,246,251); }
H1.HeaderClassName
{
color: #88F6FB;
}
.AnyTagClassName
{
color: #88F6FB;
}
</style>
background-color css
<style>
a { background-color: #88F6FB; }
a { background-color: rgb(136,246,251); }
div.DivClassName
{
background-color: #88F6FB;
}
.BgClassName
{
background-color: #88F6FB;
}
</style>
border-color css
<style>
span { border-color: #88F6FB; }
span { border-color: rgb(136,246,251); }
td.TdClassName
{
border-color: #88F6FB;
}
.TagClassName
{
border-color: #88F6FB;
}
</style>