#88F2FE

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

Shades of Electric Blue #88F2FE

Tints of Electric Blue #88F2FE

Color information

#88F2FE (or 0x88F2FE) is unknown color: approx Electric Blue. HEX triplet: 88, F2 and FE. RGB value is (136,242,254). Sum of RGB (Red+Green+Blue) = 136+242+254=632 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.52% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #88F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F2FE is #770D01. Grayscale: #D3D3D3. Windows color (decimal): -7802114 or 16708232. OLE color: 16708232.

HSL color Cylindrical-coordinate representation of color #88F2FE: hue angle of 186.1º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88F2FE is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136242254-
CMYK0.460.0500.00
HSL186.1º98.33%76.47%-
HSV(B)186.1º46.46%99.61%-
XYZ59.7975.89105.26-
YUV211.67151.8874.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.52%
GREEN value IS 242 (94.92% from 255) = 38.29%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=21.52%
G=38.29%
B=40.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362422540.460.0500.00186.198.3376.47
Hex88F2FE2E500ba624c
Octal21036237656500272142114
Binary100010001111001011111110101110101001011101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,242,254); }

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

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

 a { background-color: rgb(136,242,254); }

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

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

 span { border-color: rgb(136,242,254); }

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