#88FBF8

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

Shades of Electric Blue #88FBF8

Tints of Electric Blue #88FBF8

Color information

#88FBF8 (or 0x88FBF8) is unknown color: approx Electric Blue. HEX triplet: 88, FB and F8. RGB value is (136,251,248). Sum of RGB (Red+Green+Blue) = 136+251+248=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBF8 is #770407. Grayscale: #D8D8D8. Windows color (decimal): -7799816 or 16317320. OLE color: 16317320.

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

Color convert

RGB136251248-
CMYK0.4600.010.02
HSL178.43º93.5%75.88%-
HSV(B)178.43º45.82%98.43%-
XYZ61.5981.01101.2-
YUV216.27145.970.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.42%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 248 (97.27% from 255) = 39.06%
R=21.42%
G=39.53%
B=39.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362512480.4600.010.02178.4393.575.88
Hex88FBF82E012b25d4c
Octal21037337056012262135114
Binary10001000111110111111100010111001101011001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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