#88EDFE

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

Shades of Electric Blue #88EDFE

Tints of Electric Blue #88EDFE

Color information

#88EDFE (or 0x88EDFE) is unknown color: approx Electric Blue. HEX triplet: 88, ED and FE. RGB value is (136,237,254). Sum of RGB (Red+Green+Blue) = 136+237+254=627 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.69% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #88EDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EDFE is #771201. Grayscale: #D0D0D0. Windows color (decimal): -7803394 or 16706952. OLE color: 16706952.

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

Color convert

RGB136237254-
CMYK0.460.0700.00
HSL188.64º98.33%76.47%-
HSV(B)188.64º46.46%99.61%-
XYZ58.3372.96104.77-
YUV208.74153.5476.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.69%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=21.69%
G=37.80%
B=40.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362372540.460.0700.00188.6498.3376.47
Hex88EDFE2E700bd624c
Octal21035537656700275142114
Binary100010001110110111111110101110111001011110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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