#88EFE9

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

Shades of Electric Blue #88EFE9

Tints of Electric Blue #88EFE9

Color information

#88EFE9 (or 0x88EFE9) is unknown color: approx Electric Blue. HEX triplet: 88, EF and E9. RGB value is (136,239,233). Sum of RGB (Red+Green+Blue) = 136+239+233=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EFE9 is #771016. Grayscale: #CFCFCF. Windows color (decimal): -7802903 or 15331208. OLE color: 15331208.

HSL color Cylindrical-coordinate representation of color #88EFE9: hue angle of 176.5º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EFE9 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB136239233-
CMYK0.4300.030.06
HSL176.5º76.3%73.53%-
HSV(B)176.5º43.1%93.73%-
XYZ55.7372.8588.22-
YUV207.52142.3876.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.37%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=22.37%
G=39.31%
B=38.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362392330.4300.030.06176.576.373.53
Hex88EFE92B036b14c4a
Octal21035735153036261114112
Binary1000100011101111111010011010110111101011000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,239,233); }

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

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

 a { background-color: rgb(136,239,233); }

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

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

 span { border-color: rgb(136,239,233); }

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