#88F1FA

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

Shades of Electric Blue #88F1FA

Tints of Electric Blue #88F1FA

Color information

#88F1FA (or 0x88F1FA) is unknown color: approx Electric Blue. HEX triplet: 88, F1 and FA. RGB value is (136,241,250). Sum of RGB (Red+Green+Blue) = 136+241+250=627 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.69% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #88F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F1FA is #770E05. Grayscale: #D2D2D2. Windows color (decimal): -7802374 or 16445832. OLE color: 16445832.

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

Color convert

RGB136241250-
CMYK0.460.0400.02
HSL184.74º91.94%75.69%-
HSV(B)184.74º45.6%98.04%-
XYZ58.8675.05101.83-
YUV210.63150.2174.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.69%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=21.69%
G=38.44%
B=39.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362412500.460.0400.02184.7491.9475.69
Hex88F1FA2E402b95c4c
Octal21036137256402271134114
Binary1000100011110001111110101011101000101011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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