Html Css Color HEX #88DDA5 Vista Blue

📋 copy color: '#88DDA5'

red 136 ◦ green 221 ◦ blue 165

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

Shades of Vista Blue #88DDA5

Tints of Vista Blue #88DDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

 BLUE value IS 165 (64.84% from 255) = 31.61%

R = 26.05%
G = 42.34%
B = 31.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#88DDA5 (or 0x88DDA5) is known color: Vista Blue. HEX triplet: 88, DD and A5. RGB value is (136,221,165). Sum of RGB (Red+Green+Blue) = 136+221+165=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DDA5 is #77225A. Grayscale: #BDBDBD. Windows color (decimal): -7807579 or 10870152. OLE color: 10870152.

HSL color Cylindrical-coordinate representation of color #88DDA5: hue angle of 140.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDA5 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 221 165 -
CMYK 0.38 0 0.25 0.13
HSL 140.47º 0.56% 0.7% -
HSV(B) 140.47º 0.38% 0.87% -
XYZ 42.8 59.66 44.86 -
YUV 189.2 114.34 90.05 -
System Red Green Blue C M Y K H S L
Decimal 136 221 165 0.38 0 0.25 0.13 140.47 0.56 0.7
Hex 88 DD A5 26 0 19 D 8C 38 46
Octal 210 335 245 46 0 31 15 214 70 106
Binary 10001000 11011101 10100101 100110 0 11001 1101 10001100 111000 1000110

Color Harmonies of #88DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DDA5

Black with #88DDA5

Text Example


Text Example

White with #88DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,221,165); }

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

background-color css

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

 a { background-color: rgb(136,221,165); }

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

border-color css

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

 span { border-color: rgb(136,221,165); }

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