#88F9FB

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

Shades of Electric Blue #88F9FB

Tints of Electric Blue #88F9FB

Color information

#88F9FB (or 0x88F9FB) is unknown color: approx Electric Blue. HEX triplet: 88, F9 and FB. RGB value is (136,249,251). Sum of RGB (Red+Green+Blue) = 136+249+251=636 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.38% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #88F9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F9FB is #770604. Grayscale: #D7D7D7. Windows color (decimal): -7800325 or 16513416. OLE color: 16513416.

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

Color convert

RGB136249251-
CMYK0.460.0100.02
HSL181.04º93.5%75.88%-
HSV(B)181.04º45.82%98.43%-
XYZ61.4479.95103.46-
YUV215.44148.0671.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.38%
GREEN value IS 249 (97.66% from 255) = 39.15%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=21.38%
G=39.15%
B=39.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362492510.460.0100.02181.0493.575.88
Hex88F9FB2E102b55d4c
Octal21037137356102265135114
Binary10001000111110011111101110111010101011010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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