Html Css Color HEX #88D1AF Vista Blue

📋 copy color: '#88D1AF'

red 136 ◦ green 209 ◦ blue 175

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

Shades of Vista Blue #88D1AF

Tints of Vista Blue #88D1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.19%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 26.15%
G = 40.19%
B = 33.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#88D1AF (or 0x88D1AF) is known color: Vista Blue. HEX triplet: 88, D1 and AF. RGB value is (136,209,175). Sum of RGB (Red+Green+Blue) = 136+209+175=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #88D1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D1AF is #772E50. Grayscale: #B7B7B7. Windows color (decimal): -7810641 or 11522440. OLE color: 11522440.

HSL color Cylindrical-coordinate representation of color #88D1AF: hue angle of 152.05º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D1AF is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 209 175 -
CMYK 0.35 0 0.16 0.18
HSL 152.05º 0.44% 0.68% -
HSV(B) 152.05º 0.35% 0.82% -
XYZ 40.69 53.93 48.82 -
YUV 183.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 136 209 175 0.35 0 0.16 0.18 152.05 0.44 0.68
Hex 88 D1 AF 23 0 10 12 98 2C 44
Octal 210 321 257 43 0 20 22 230 54 104
Binary 10001000 11010001 10101111 100011 0 10000 10010 10011000 101100 1000100

Color Harmonies of #88D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D1AF

Black with #88D1AF

Text Example


Text Example

White with #88D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,209,175); }

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

background-color css

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

 a { background-color: rgb(136,209,175); }

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

border-color css

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

 span { border-color: rgb(136,209,175); }

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