Html Css Color HEX #88EABD Vista Blue

📋 copy color: '#88EABD'

red 136 ◦ green 234 ◦ blue 189

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

Shades of Vista Blue #88EABD

Tints of Vista Blue #88EABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 24.33%
G = 41.86%
B = 33.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#88EABD (or 0x88EABD) is known color: Vista Blue. HEX triplet: 88, EA and BD. RGB value is (136,234,189). Sum of RGB (Red+Green+Blue) = 136+234+189=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #88EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EABD is #771542. Grayscale: #C7C7C7. Windows color (decimal): -7804227 or 12446344. OLE color: 12446344.

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

Color convert

RGB 136 234 189 -
CMYK 0.42 0 0.19 0.08
HSL 152.45º 0.7% 0.73% -
HSV(B) 152.45º 0.42% 0.92% -
XYZ 48.76 67.75 58.65 -
YUV 199.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 136 234 189 0.42 0 0.19 0.08 152.45 0.7 0.73
Hex 88 EA BD 2A 0 13 8 98 46 49
Octal 210 352 275 52 0 23 10 230 106 111
Binary 10001000 11101010 10111101 101010 0 10011 1000 10011000 1000110 1001001

Color Harmonies of #88EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EABD

Black with #88EABD

Text Example


Text Example

White with #88EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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