Html Css Color HEX #88EBE8 Electric Blue

📋 copy color: '#88EBE8'

red 136 ◦ green 235 ◦ blue 232

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

Shades of Electric Blue #88EBE8

Tints of Electric Blue #88EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.47%

R = 22.55%
G = 38.97%
B = 38.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#88EBE8 (or 0x88EBE8) is known color: Electric Blue. HEX triplet: 88, EB and E8. RGB value is (136,235,232). Sum of RGB (Red+Green+Blue) = 136+235+232=603 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.55% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #88EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EBE8 is #771417. Grayscale: #CCCCCC. Windows color (decimal): -7803928 or 15264648. OLE color: 15264648.

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

Color convert

RGB 136 235 232 -
CMYK 0.42 0 0.01 0.08
HSL 178.18º 0.71% 0.73% -
HSV(B) 178.18º 0.42% 0.92% -
XYZ 54.43 70.48 87.08 -
YUV 205.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 136 235 232 0.42 0 0.01 0.08 178.18 0.71 0.73
Hex 88 EB E8 2A 0 1 8 B2 47 49
Octal 210 353 350 52 0 1 10 262 107 111
Binary 10001000 11101011 11101000 101010 0 1 1000 10110010 1000111 1001001

Color Harmonies of #88EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EBE8

Black with #88EBE8

Text Example


Text Example

White with #88EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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