#88EBF1

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

Shades of Electric Blue #88EBF1

Tints of Electric Blue #88EBF1

Color information

#88EBF1 (or 0x88EBF1) is unknown color: approx Electric Blue. HEX triplet: 88, EB and F1. RGB value is (136,235,241). Sum of RGB (Red+Green+Blue) = 136+235+241=612 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.22% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #88EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EBF1 is #77140E. Grayscale: #CDCDCD. Windows color (decimal): -7803919 or 15854472. OLE color: 15854472.

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

Color convert

RGB136235241-
CMYK0.440.0200.05
HSL183.43º78.95%73.92%-
HSV(B)183.43º43.57%94.51%-
XYZ55.747193.99-
YUV206.08147.778.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.22%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=22.22%
G=38.40%
B=39.38%

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
Decimal1362352410.440.0200.05183.4378.9573.92
Hex88EBF12C205b74f4a
Octal21035336154205267117112
Binary1000100011101011111100011011001001011011011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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