Shades of Electric Blue #88F2FA
Tints of Electric Blue #88F2FA
RGB
CMYK
RGB Variations
Color information
#88F2FA (or 0x88F2FA) is known color: Electric Blue. HEX triplet: 88, F2 and FA. RGB value is (136,242,250). Sum of RGB (Red+Green+Blue) = 136+242+250=628 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.66% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #88F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F2FA is #770D05. Grayscale: #D3D3D3. Windows color (decimal): -7802118 or 16446088. OLE color: 16446088.
HSL color Cylindrical-coordinate representation of color #88F2FA: hue angle of 184.21º 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 #88F2FA is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 242 | 250 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.02 |
| HSL | 184.21º | 0.92% | 0.76% | - |
| HSV(B) | 184.21º | 0.46% | 0.98% | - |
| XYZ | 59.16 | 75.64 | 101.92 | - |
| YUV | 211.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 250 | 0.46 | 0.03 | 0 | 0.02 | 184.21 | 0.92 | 0.76 |
| Hex | 88 | F2 | FA | 2E | 3 | 0 | 2 | B8 | 5C | 4C |
| Octal | 210 | 362 | 372 | 56 | 3 | 0 | 2 | 270 | 134 | 114 |
| Binary | 10001000 | 11110010 | 11111010 | 101110 | 11 | 0 | 10 | 10111000 | 1011100 | 1001100 |
Color Harmonies of #88F2FA
Complementary color
Monochromatic Colors of #88F2FA
Black with #88F2FA
Text Example
Text Example
White with #88F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F2FA; }
p { color: rgb(136,242,250); }
H1.HeaderClassName
{
color: #88F2FA;
}
.AnyTagClassName
{
color: #88F2FA;
}
</style>
background-color css
<style>
a { background-color: #88F2FA; }
a { background-color: rgb(136,242,250); }
div.DivClassName
{
background-color: #88F2FA;
}
.BgClassName
{
background-color: #88F2FA;
}
</style>
border-color css
<style>
span { border-color: #88F2FA; }
span { border-color: rgb(136,242,250); }
td.TdClassName
{
border-color: #88F2FA;
}
.TagClassName
{
border-color: #88F2FA;
}
</style>