#88FBFA

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

Shades of Electric Blue #88FBFA

Tints of Electric Blue #88FBFA

Color information

#88FBFA (or 0x88FBFA) is unknown color: approx Electric Blue. HEX triplet: 88, FB and FA. RGB value is (136,251,250). Sum of RGB (Red+Green+Blue) = 136+251+250=637 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.35% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBFA is #770405. Grayscale: #D8D8D8. Windows color (decimal): -7799814 or 16448392. OLE color: 16448392.

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

Color convert

RGB136251250-
CMYK0.4600.000.02
HSL179.48º93.5%75.88%-
HSV(B)179.48º45.82%98.43%-
XYZ61.9181.13102.84-
YUV216.5146.970.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.35%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=21.35%
G=39.40%
B=39.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362512500.4600.000.02179.4893.575.88
Hex88FBFA2E002b35d4c
Octal21037337256002263135114
Binary10001000111110111111101010111000101011001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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