#88F3ED

Color #88F3ED Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #88F3ED

Tints of Electric Blue #88F3ED

Color information

#88F3ED (or 0x88F3ED) is unknown color: approx 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

RGB136243237-
CMYK0.4400.020.05
HSL176.64º81.68%74.31%-
HSV(B)176.64º44.03%95.29%-
XYZ57.4975.4591.65-
YUV210.32143.0574.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 22.08%
GREEN value IS 243 (95.31% from 255) = 39.45%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=22.08%
G=39.45%
B=38.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362432370.4400.020.05176.6481.6874.31
Hex88F3ED2C025b1524a
Octal21036335554025261122112
Binary1000100011110011111011011011000101011011000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>