#88FAFA

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

Shades of Electric Blue #88FAFA

Tints of Electric Blue #88FAFA

Color information

#88FAFA (or 0x88FAFA) is unknown color: approx Electric Blue. HEX triplet: 88, FA and FA. RGB value is (136,250,250). Sum of RGB (Red+Green+Blue) = 136+250+250=636 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.38% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #88FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAFA is #770505. Grayscale: #D7D7D7. Windows color (decimal): -7800070 or 16448136. OLE color: 16448136.

HSL color Cylindrical-coordinate representation of color #88FAFA: hue angle of 180º 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 #88FAFA is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136250250-
CMYK0.46000.02
HSL180º91.94%75.69%-
HSV(B)180º45.6%98.04%-
XYZ61.5980.51102.74-
YUV215.91147.2371-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.38%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=21.38%
G=39.31%
B=39.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502500.46000.0218091.9475.69
Hex88FAFA2E002b45c4c
Octal21037237256002264134114
Binary10001000111110101111101010111000101011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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