#88FAF9

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

Shades of Electric Blue #88FAF9

Tints of Electric Blue #88FAF9

Color information

#88FAF9 (or 0x88FAF9) is unknown color: approx Electric Blue. HEX triplet: 88, FA and F9. RGB value is (136,250,249). Sum of RGB (Red+Green+Blue) = 136+250+249=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAF9 is #770506. Grayscale: #D7D7D7. Windows color (decimal): -7800071 or 16382600. OLE color: 16382600.

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

Color convert

RGB136250249-
CMYK0.4600.000.02
HSL179.47º91.94%75.69%-
HSV(B)179.47º45.6%98.04%-
XYZ61.4480.45101.91-
YUV215.8146.7371.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.42%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=21.42%
G=39.37%
B=39.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502490.4600.000.02179.4791.9475.69
Hex88FAF92E002b35c4c
Octal21037237156002263134114
Binary10001000111110101111100110111000101011001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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