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