Html Css Color HEX #88EBEA Electric Blue

📋 copy color: '#88EBEA'

red 136 ◦ green 235 ◦ blue 234

#88EBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #88EBEA

Tints of Electric Blue #88EBEA

RGB

 RED value IS 136 (53.52% from 255) = 22.48%

 GREEN value IS 235 (92.19% from 255) = 38.84%

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 22.48%
G = 38.84%
B = 38.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#88EBEA (or 0x88EBEA) is known color: Electric Blue. HEX triplet: 88, EB and EA. RGB value is (136,235,234). Sum of RGB (Red+Green+Blue) = 136+235+234=605 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.48% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #88EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EBEA is #771415. Grayscale: #CDCDCD. Windows color (decimal): -7803926 or 15395720. OLE color: 15395720.

HSL color Cylindrical-coordinate representation of color #88EBEA: hue angle of 179.39º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88EBEA is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 235 234 -
CMYK 0.42 0 0.00 0.08
HSL 179.39º 0.71% 0.73% -
HSV(B) 179.39º 0.42% 0.92% -
XYZ 54.71 70.59 88.58 -
YUV 205.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 136 235 234 0.42 0 0.00 0.08 179.39 0.71 0.73
Hex 88 EB EA 2A 0 0 8 B3 47 49
Octal 210 353 352 52 0 0 10 263 107 111
Binary 10001000 11101011 11101010 101010 0 0 1000 10110011 1000111 1001001

Color Harmonies of #88EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EBEA

Black with #88EBEA

Text Example


Text Example

White with #88EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88EBEA;
 }
 .AnyTagClassName
 {
   color: #88EBEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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