#88F0F0

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

Shades of Electric Blue #88F0F0

Tints of Electric Blue #88F0F0

Color information

#88F0F0 (or 0x88F0F0) is unknown color: approx Electric Blue. HEX triplet: 88, F0 and F0. RGB value is (136,240,240). Sum of RGB (Red+Green+Blue) = 136+240+240=616 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.08% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #88F0F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0F0 is #770F0F. Grayscale: #D0D0D0. Windows color (decimal): -7802640 or 15790216. OLE color: 15790216.

HSL color Cylindrical-coordinate representation of color #88F0F0: hue angle of 180º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0F0 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136240240-
CMYK0.43000.06
HSL180º77.61%73.73%-
HSV(B)180º43.33%94.12%-
XYZ57.0473.8593.69-
YUV208.9145.5476-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.08%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=22.08%
G=38.96%
B=38.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362402400.43000.0618077.6173.73
Hex88F0F02B006b44e4a
Octal21036036053006264116112
Binary100010001111000011110000101011001101011010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88F0F0; }

 p { color: rgb(136,240,240); }

 H1.HeaderClassName
 {
   color: #88F0F0;
 }
 .AnyTagClassName
 {
   color: #88F0F0;
 }
</style>
background-color css

<style>
 a { background-color: #88F0F0; }

 a { background-color: rgb(136,240,240); }

 div.DivClassName
 {
   background-color: #88F0F0;
 }
 .BgClassName
 {
   background-color: #88F0F0;
 }
</style>
border-color css

<style>
 span { border-color: #88F0F0; }

 span { border-color: rgb(136,240,240); }

 td.TdClassName
 {
   border-color: #88F0F0;
 }
 .TagClassName
 {
   border-color: #88F0F0;
 }
</style>