Shades of Electric Blue #88FFF2
Tints of Electric Blue #88FFF2
RGB
CMYK
RGB Variations
Color information
#88FFF2 (or 0x88FFF2) is known color: Electric Blue. HEX triplet: 88, FF and F2. RGB value is (136,255,242). Sum of RGB (Red+Green+Blue) = 136+255+242=633 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.48% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FFF2 is #77000D. Grayscale: #D9D9D9. Windows color (decimal): -7798798 or 15925128. OLE color: 15925128.
HSL color Cylindrical-coordinate representation of color #88FFF2: hue angle of 173.45º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFF2 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 242 | - |
| CMYK | 0.47 | 0 | 0.05 | 0 |
| HSL | 173.45º | 1% | 0.77% | - |
| HSV(B) | 173.45º | 0.47% | 1% | - |
| XYZ | 61.94 | 83.17 | 96.79 | - |
| YUV | 217.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 242 | 0.47 | 0 | 0.05 | 0 | 173.45 | 1 | 0.77 |
| Hex | 88 | FF | F2 | 2F | 0 | 5 | 0 | AD | 64 | 4D |
| Octal | 210 | 377 | 362 | 57 | 0 | 5 | 0 | 255 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11110010 | 101111 | 0 | 101 | 0 | 10101101 | 1100100 | 1001101 |
Color Harmonies of #88FFF2
Complementary color
Monochromatic Colors of #88FFF2
Black with #88FFF2
Text Example
Text Example
White with #88FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFF2; }
p { color: rgb(136,255,242); }
H1.HeaderClassName
{
color: #88FFF2;
}
.AnyTagClassName
{
color: #88FFF2;
}
</style>
background-color css
<style>
a { background-color: #88FFF2; }
a { background-color: rgb(136,255,242); }
div.DivClassName
{
background-color: #88FFF2;
}
.BgClassName
{
background-color: #88FFF2;
}
</style>
border-color css
<style>
span { border-color: #88FFF2; }
span { border-color: rgb(136,255,242); }
td.TdClassName
{
border-color: #88FFF2;
}
.TagClassName
{
border-color: #88FFF2;
}
</style>