Shades of Electric Blue #88FAF9
Tints of Electric Blue #88FAF9
RGB
CMYK
RGB Variations
Color information
#88FAF9 (or 0x88FAF9) is known color: Electric Blue. HEX triplet: 88, FA and F9. RGB value is (136,250,249). Sum of RGB (Red+Green+Blue) = 136+250+249=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAF9 is #770506. Grayscale: #D7D7D7. Windows color (decimal): -7800071 or 16382600. OLE color: 16382600.
HSL color Cylindrical-coordinate representation of color #88FAF9: hue angle of 179.47º degrees, saturation: 0.92, 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 #88FAF9 is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 250 | 249 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.02 |
| HSL | 179.47º | 0.92% | 0.76% | - |
| HSV(B) | 179.47º | 0.46% | 0.98% | - |
| XYZ | 61.44 | 80.45 | 101.91 | - |
| YUV | 215.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 250 | 249 | 0.46 | 0 | 0.00 | 0.02 | 179.47 | 0.92 | 0.76 |
| Hex | 88 | FA | F9 | 2E | 0 | 0 | 2 | B3 | 5C | 4C |
| Octal | 210 | 372 | 371 | 56 | 0 | 0 | 2 | 263 | 134 | 114 |
| Binary | 10001000 | 11111010 | 11111001 | 101110 | 0 | 0 | 10 | 10110011 | 1011100 | 1001100 |
Color Harmonies of #88FAF9
Complementary color
Monochromatic Colors of #88FAF9
Black with #88FAF9
Text Example
Text Example
White with #88FAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FAF9; }
p { color: rgb(136,250,249); }
H1.HeaderClassName
{
color: #88FAF9;
}
.AnyTagClassName
{
color: #88FAF9;
}
</style>
background-color css
<style>
a { background-color: #88FAF9; }
a { background-color: rgb(136,250,249); }
div.DivClassName
{
background-color: #88FAF9;
}
.BgClassName
{
background-color: #88FAF9;
}
</style>
border-color css
<style>
span { border-color: #88FAF9; }
span { border-color: rgb(136,250,249); }
td.TdClassName
{
border-color: #88FAF9;
}
.TagClassName
{
border-color: #88FAF9;
}
</style>