#88FBF5

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

Shades of Electric Blue #88FBF5

Tints of Electric Blue #88FBF5

Color information

#88FBF5 (or 0x88FBF5) is unknown color: approx Electric Blue. HEX triplet: 88, FB and F5. RGB value is (136,251,245). Sum of RGB (Red+Green+Blue) = 136+251+245=632 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.52% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBF5 is #77040A. Grayscale: #D7D7D7. Windows color (decimal): -7799819 or 16120712. OLE color: 16120712.

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

Color convert

RGB136251245-
CMYK0.4600.020.02
HSL176.87º93.5%75.88%-
HSV(B)176.87º45.82%98.43%-
XYZ61.1380.8298.76-
YUV215.93144.470.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.52%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 245 (96.09% from 255) = 38.77%
R=21.52%
G=39.72%
B=38.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362512450.4600.020.02176.8793.575.88
Hex88FBF52E022b15d4c
Octal21037336556022261135114
Binary100010001111101111110101101110010101011000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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