#88E9FA

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

Shades of Electric Blue #88E9FA

Tints of Electric Blue #88E9FA

Color information

#88E9FA (or 0x88E9FA) is unknown color: approx Electric Blue. HEX triplet: 88, E9 and FA. RGB value is (136,233,250). Sum of RGB (Red+Green+Blue) = 136+233+250=619 (81% of max value = 765). Red value is 136 (53.52% from 255 or 21.97% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #88E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E9FA is #771605. Grayscale: #CDCDCD. Windows color (decimal): -7804422 or 16443784. OLE color: 16443784.

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

Color convert

RGB136233250-
CMYK0.460.0700.02
HSL188.95º91.94%75.69%-
HSV(B)188.95º45.6%98.04%-
XYZ56.5570.41101.05-
YUV205.94152.8678.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.97%
GREEN value IS 233 (91.41% from 255) = 37.64%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=21.97%
G=37.64%
B=40.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362332500.460.0700.02188.9591.9475.69
Hex88E9FA2E702bd5c4c
Octal21035137256702275134114
Binary1000100011101001111110101011101110101011110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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