Html Css Color HEX #88EAE6 Electric Blue

📋 copy color: '#88EAE6'

red 136 ◦ green 234 ◦ blue 230

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

Shades of Electric Blue #88EAE6

Tints of Electric Blue #88EAE6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39%

 BLUE value IS 230 (90.23% from 255) = 38.33%

R = 22.67%
G = 39%
B = 38.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#88EAE6 (or 0x88EAE6) is known color: Electric Blue. HEX triplet: 88, EA and E6. RGB value is (136,234,230). Sum of RGB (Red+Green+Blue) = 136+234+230=600 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.67% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #88EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EAE6 is #771519. Grayscale: #CCCCCC. Windows color (decimal): -7804186 or 15133320. OLE color: 15133320.

HSL color Cylindrical-coordinate representation of color #88EAE6: hue angle of 177.55º degrees, saturation: 0.7, 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 #88EAE6 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 234 230 -
CMYK 0.42 0 0.02 0.08
HSL 177.55º 0.7% 0.73% -
HSV(B) 177.55º 0.42% 0.92% -
XYZ 53.86 69.79 85.5 -
YUV 204.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 136 234 230 0.42 0 0.02 0.08 177.55 0.7 0.73
Hex 88 EA E6 2A 0 2 8 B2 46 49
Octal 210 352 346 52 0 2 10 262 106 111
Binary 10001000 11101010 11100110 101010 0 10 1000 10110010 1000110 1001001

Color Harmonies of #88EAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EAE6

Black with #88EAE6

Text Example


Text Example

White with #88EAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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