#88EFF0

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

Shades of Electric Blue #88EFF0

Tints of Electric Blue #88EFF0

Color information

#88EFF0 (or 0x88EFF0) is unknown color: approx Electric Blue. HEX triplet: 88, EF and F0. RGB value is (136,239,240). Sum of RGB (Red+Green+Blue) = 136+239+240=615 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.11% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #88EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EFF0 is #77100F. Grayscale: #D0D0D0. Windows color (decimal): -7802896 or 15789960. OLE color: 15789960.

HSL color Cylindrical-coordinate representation of color #88EFF0: hue angle of 180.58º degrees, saturation: 0.78, 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 #88EFF0 is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136239240-
CMYK0.430.0000.06
HSL180.58º77.61%73.73%-
HSV(B)180.58º43.33%94.12%-
XYZ56.7573.2693.59-
YUV208.32145.8876.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.11%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=22.11%
G=38.86%
B=39.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362392400.430.0000.06180.5877.6173.73
Hex88EFF02B006b54e4a
Octal21035736053006265116112
Binary100010001110111111110000101011001101011010110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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