#88F5FB

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

Shades of Electric Blue #88F5FB

Tints of Electric Blue #88F5FB

Color information

#88F5FB (or 0x88F5FB) is unknown color: approx Electric Blue. HEX triplet: 88, F5 and FB. RGB value is (136,245,251). Sum of RGB (Red+Green+Blue) = 136+245+251=632 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.52% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #88F5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F5FB is #770A04. Grayscale: #D4D4D4. Windows color (decimal): -7801349 or 16512392. OLE color: 16512392.

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

Color convert

RGB136245251-
CMYK0.460.0200.02
HSL183.13º93.5%75.88%-
HSV(B)183.13º45.82%98.43%-
XYZ60.2277.5103.05-
YUV213.09149.3973.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362452510.460.0200.02183.1393.575.88
Hex88F5FB2E202b75d4c
Octal21036537356202267135114
Binary100010001111010111111011101110100101011011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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