Html Css Color HEX #88D2AF Vista Blue

📋 copy color: '#88D2AF'

red 136 ◦ green 210 ◦ blue 175

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

Shades of Vista Blue #88D2AF

Tints of Vista Blue #88D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

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

R = 26.1%
G = 40.31%
B = 33.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#88D2AF (or 0x88D2AF) is known color: Vista Blue. HEX triplet: 88, D2 and AF. RGB value is (136,210,175). Sum of RGB (Red+Green+Blue) = 136+210+175=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #88D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D2AF is #772D50. Grayscale: #B7B7B7. Windows color (decimal): -7810385 or 11522696. OLE color: 11522696.

HSL color Cylindrical-coordinate representation of color #88D2AF: hue angle of 151.62º degrees, saturation: 0.45, 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 #88D2AF is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 210 175 -
CMYK 0.35 0 0.17 0.18
HSL 151.62º 0.45% 0.68% -
HSV(B) 151.62º 0.35% 0.82% -
XYZ 40.94 54.42 48.9 -
YUV 183.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 136 210 175 0.35 0 0.17 0.18 151.62 0.45 0.68
Hex 88 D2 AF 23 0 11 12 98 2D 44
Octal 210 322 257 43 0 21 22 230 55 104
Binary 10001000 11010010 10101111 100011 0 10001 10010 10011000 101101 1000100

Color Harmonies of #88D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D2AF

Black with #88D2AF

Text Example


Text Example

White with #88D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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