Html Css Color HEX #88DBAE Vista Blue

📋 copy color: '#88DBAE'

red 136 ◦ green 219 ◦ blue 174

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

Shades of Vista Blue #88DBAE

Tints of Vista Blue #88DBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 174 (68.36% from 255) = 32.89%

R = 25.71%
G = 41.4%
B = 32.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#88DBAE (or 0x88DBAE) is known color: Vista Blue. HEX triplet: 88, DB and AE. RGB value is (136,219,174). Sum of RGB (Red+Green+Blue) = 136+219+174=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBAE is #772451. Grayscale: #BDBDBD. Windows color (decimal): -7808082 or 11459464. OLE color: 11459464.

HSL color Cylindrical-coordinate representation of color #88DBAE: hue angle of 147.47º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBAE is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 219 174 -
CMYK 0.38 0 0.21 0.14
HSL 147.47º 0.54% 0.7% -
HSV(B) 147.47º 0.38% 0.86% -
XYZ 43.12 58.95 49.15 -
YUV 189.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 136 219 174 0.38 0 0.21 0.14 147.47 0.54 0.7
Hex 88 DB AE 26 0 15 E 93 36 46
Octal 210 333 256 46 0 25 16 223 66 106
Binary 10001000 11011011 10101110 100110 0 10101 1110 10010011 110110 1000110

Color Harmonies of #88DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DBAE

Black with #88DBAE

Text Example


Text Example

White with #88DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,219,174); }

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

background-color css

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

 a { background-color: rgb(136,219,174); }

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

border-color css

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

 span { border-color: rgb(136,219,174); }

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