#88fcf9

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

Shades of Electric Blue #88FCF9

Tints of Electric Blue #88FCF9

Color information

#88FCF9 (or 0x88FCF9) is unknown color: approx Electric Blue. HEX triplet: 88, FC and F9. RGB value is (136,252,249). Sum of RGB (Red+Green+Blue) = 136+252+249=637 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.35% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FCF9 is #770306. Grayscale: #D8D8D8. Windows color (decimal): -7799559 or 16383112. OLE color: 16383112.

HSL color Cylindrical-coordinate representation of color #88FCF9: hue angle of 178.45º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FCF9 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB136252249-
CMYK0.4600.010.01
HSL178.45º95.08%76.08%-
HSV(B)178.45º46.03%98.82%-
XYZ62.0681.69102.12-
YUV216.97146.0770.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.35%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=21.35%
G=39.56%
B=39.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362522490.4600.010.01178.4595.0876.08
Hex88FCF92E011b25f4c
Octal21037437156011262137114
Binary1000100011111100111110011011100111011001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88fcf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,252,249); }

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

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

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

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

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

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

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