Shades of Electric Blue #88F3ED
Tints of Electric Blue #88F3ED
RGB
CMYK
RGB Variations
Color information
#88F3ED (or 0x88F3ED) is known color: Electric Blue. HEX triplet: 88, F3 and ED. RGB value is (136,243,237). Sum of RGB (Red+Green+Blue) = 136+243+237=616 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.08% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #88F3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F3ED is #770C12. Grayscale: #D2D2D2. Windows color (decimal): -7801875 or 15594376. OLE color: 15594376.
HSL color Cylindrical-coordinate representation of color #88F3ED: hue angle of 176.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F3ED is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 243 | 237 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.05 |
| HSL | 176.64º | 0.82% | 0.74% | - |
| HSV(B) | 176.64º | 0.44% | 0.95% | - |
| XYZ | 57.49 | 75.45 | 91.65 | - |
| YUV | 210.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 243 | 237 | 0.44 | 0 | 0.02 | 0.05 | 176.64 | 0.82 | 0.74 |
| Hex | 88 | F3 | ED | 2C | 0 | 2 | 5 | B1 | 52 | 4A |
| Octal | 210 | 363 | 355 | 54 | 0 | 2 | 5 | 261 | 122 | 112 |
| Binary | 10001000 | 11110011 | 11101101 | 101100 | 0 | 10 | 101 | 10110001 | 1010010 | 1001010 |
Color Harmonies of #88F3ED
Complementary color
Monochromatic Colors of #88F3ED
Black with #88F3ED
Text Example
Text Example
White with #88F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F3ED; }
p { color: rgb(136,243,237); }
H1.HeaderClassName
{
color: #88F3ED;
}
.AnyTagClassName
{
color: #88F3ED;
}
</style>
background-color css
<style>
a { background-color: #88F3ED; }
a { background-color: rgb(136,243,237); }
div.DivClassName
{
background-color: #88F3ED;
}
.BgClassName
{
background-color: #88F3ED;
}
</style>
border-color css
<style>
span { border-color: #88F3ED; }
span { border-color: rgb(136,243,237); }
td.TdClassName
{
border-color: #88F3ED;
}
.TagClassName
{
border-color: #88F3ED;
}
</style>