#88FAFF

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

Shades of Electric Blue #88FAFF

Tints of Electric Blue #88FAFF

Color information

#88FAFF (or 0x88FAFF) is unknown color: approx Electric Blue. HEX triplet: 88, FA and FF. RGB value is (136,250,255). Sum of RGB (Red+Green+Blue) = 136+250+255=641 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.22% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #88FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAFF is #770500. Grayscale: #D8D8D8. Windows color (decimal): -7800065 or 16775816. OLE color: 16775816.

HSL color Cylindrical-coordinate representation of color #88FAFF: hue angle of 182.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FAFF is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136250255-
CMYK0.470.0200
HSL182.52º100%76.67%-
HSV(B)182.52º46.67%100%-
XYZ62.3980.83106.92-
YUV216.48149.7370.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.22%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 255 (100% from 255) = 39.78%
R=21.22%
G=39.00%
B=39.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362502550.470.0200182.5210076.67
Hex88FAFF2F200b7644d
Octal21037237757200267144115
Binary10001000111110101111111110111110001011011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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