Html Css Color HEX #88E1BA Vista Blue

📋 copy color: '#88E1BA'

red 136 ◦ green 225 ◦ blue 186

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

Shades of Vista Blue #88E1BA

Tints of Vista Blue #88E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.13%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 24.86%
G = 41.13%
B = 34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#88E1BA (or 0x88E1BA) is known color: Vista Blue. HEX triplet: 88, E1 and BA. RGB value is (136,225,186). Sum of RGB (Red+Green+Blue) = 136+225+186=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #88E1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88E1BA is #771E45. Grayscale: #C2C2C2. Windows color (decimal): -7806534 or 12247432. OLE color: 12247432.

HSL color Cylindrical-coordinate representation of color #88E1BA: hue angle of 153.71º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88E1BA is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 225 186 -
CMYK 0.40 0 0.17 0.12
HSL 153.71º 0.6% 0.71% -
HSV(B) 153.71º 0.4% 0.88% -
XYZ 45.94 62.63 56.12 -
YUV 193.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 136 225 186 0.40 0 0.17 0.12 153.71 0.6 0.71
Hex 88 E1 BA 28 0 11 C 9A 3C 47
Octal 210 341 272 50 0 21 14 232 74 107
Binary 10001000 11100001 10111010 101000 0 10001 1100 10011010 111100 1000111

Color Harmonies of #88E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88E1BA

Black with #88E1BA

Text Example


Text Example

White with #88E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,225,186); }

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

background-color css

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

 a { background-color: rgb(136,225,186); }

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

border-color css

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

 span { border-color: rgb(136,225,186); }

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