Html Css Color HEX #88EBE9 Electric Blue

📋 copy color: '#88EBE9'

red 136 ◦ green 235 ◦ blue 233

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

Shades of Electric Blue #88EBE9

Tints of Electric Blue #88EBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.58%

R = 22.52%
G = 38.91%
B = 38.58%

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

#88EBE9 (or 0x88EBE9) is known color: Electric Blue. HEX triplet: 88, EB and E9. RGB value is (136,235,233). Sum of RGB (Red+Green+Blue) = 136+235+233=604 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.52% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #88EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EBE9 is #771416. Grayscale: #CDCDCD. Windows color (decimal): -7803927 or 15330184. OLE color: 15330184.

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

Color convert

RGB 136 235 233 -
CMYK 0.42 0 0.01 0.08
HSL 178.79º 0.71% 0.73% -
HSV(B) 178.79º 0.42% 0.92% -
XYZ 54.57 70.53 87.83 -
YUV 205.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 136 235 233 0.42 0 0.01 0.08 178.79 0.71 0.73
Hex 88 EB E9 2A 0 1 8 B3 47 49
Octal 210 353 351 52 0 1 10 263 107 111
Binary 10001000 11101011 11101001 101010 0 1 1000 10110011 1000111 1001001

Color Harmonies of #88EBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EBE9

Black with #88EBE9

Text Example


Text Example

White with #88EBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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