#88F3FA

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

Shades of Electric Blue #88F3FA

Tints of Electric Blue #88F3FA

Color information

#88F3FA (or 0x88F3FA) is unknown color: approx Electric Blue. HEX triplet: 88, F3 and FA. RGB value is (136,243,250). Sum of RGB (Red+Green+Blue) = 136+243+250=629 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.62% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #88F3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F3FA is #770C05. Grayscale: #D3D3D3. Windows color (decimal): -7801862 or 16446344. OLE color: 16446344.

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

Color convert

RGB136243250-
CMYK0.460.0300.02
HSL183.68º91.94%75.69%-
HSV(B)183.68º45.6%98.04%-
XYZ59.4676.24102.02-
YUV211.8149.5573.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.62%
GREEN value IS 243 (95.31% from 255) = 38.63%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=21.62%
G=38.63%
B=39.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362432500.460.0300.02183.6891.9475.69
Hex88F3FA2E302b85c4c
Octal21036337256302270134114
Binary100010001111001111111010101110110101011100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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