#88EDF1

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

Shades of Electric Blue #88EDF1

Tints of Electric Blue #88EDF1

Color information

#88EDF1 (or 0x88EDF1) is unknown color: approx Electric Blue. HEX triplet: 88, ED and F1. RGB value is (136,237,241). Sum of RGB (Red+Green+Blue) = 136+237+241=614 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.15% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #88EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EDF1 is #77120E. Grayscale: #CFCFCF. Windows color (decimal): -7803407 or 15854984. OLE color: 15854984.

HSL color Cylindrical-coordinate representation of color #88EDF1: hue angle of 182.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88EDF1 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136237241-
CMYK0.440.0200.05
HSL182.29º78.95%73.92%-
HSV(B)182.29º43.57%94.51%-
XYZ56.3172.1594.18-
YUV207.26147.0477.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.15%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=22.15%
G=38.60%
B=39.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362372410.440.0200.05182.2978.9573.92
Hex88EDF12C205b64f4a
Octal21035536154205266117112
Binary1000100011101101111100011011001001011011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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