#88F7FB

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

Shades of Electric Blue #88F7FB

Tints of Electric Blue #88F7FB

Color information

#88F7FB (or 0x88F7FB) is unknown color: approx Electric Blue. HEX triplet: 88, F7 and FB. RGB value is (136,247,251). Sum of RGB (Red+Green+Blue) = 136+247+251=634 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.45% from 634); Green value is 247 (96.88% from 255 or 38.96% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #88F7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F7FB is #770804. Grayscale: #D6D6D6. Windows color (decimal): -7800837 or 16512904. OLE color: 16512904.

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

Color convert

RGB136247251-
CMYK0.460.0200.02
HSL182.09º93.5%75.88%-
HSV(B)182.09º45.82%98.43%-
XYZ60.8378.72103.26-
YUV214.27148.7372.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.45%
GREEN value IS 247 (96.88% from 255) = 38.96%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=21.45%
G=38.96%
B=39.59%

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
Decimal1362472510.460.0200.02182.0993.575.88
Hex88F7FB2E202b65d4c
Octal21036737356202266135114
Binary100010001111011111111011101110100101011011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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