Html Css Color HEX #86DAAB Vista Blue

📋 copy color: '#86DAAB'

red 134 ◦ green 218 ◦ blue 171

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

Shades of Vista Blue #86DAAB

Tints of Vista Blue #86DAAB

RGB

 RED value IS 134 (52.73% from 255) = 25.62%

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 25.62%
G = 41.68%
B = 32.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#86DAAB (or 0x86DAAB) is known color: Vista Blue. HEX triplet: 86, DA and AB. RGB value is (134,218,171). Sum of RGB (Red+Green+Blue) = 134+218+171=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DAAB is #792554. Grayscale: #BBBBBB. Windows color (decimal): -7939413 or 11262598. OLE color: 11262598.

HSL color Cylindrical-coordinate representation of color #86DAAB: hue angle of 146.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DAAB is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 218 171 -
CMYK 0.39 0 0.22 0.15
HSL 146.43º 0.53% 0.69% -
HSV(B) 146.43º 0.39% 0.85% -
XYZ 42.25 58.15 47.53 -
YUV 187.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 134 218 171 0.39 0 0.22 0.15 146.43 0.53 0.69
Hex 86 DA AB 27 0 16 F 92 35 45
Octal 206 332 253 47 0 26 17 222 65 105
Binary 10000110 11011010 10101011 100111 0 10110 1111 10010010 110101 1000101

Color Harmonies of #86DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DAAB

Black with #86DAAB

Text Example


Text Example

White with #86DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86DAAB; }

 p { color: rgb(134,218,171); }

 H1.HeaderClassName
 {
   color: #86DAAB;
 }
 .AnyTagClassName
 {
   color: #86DAAB;
 }
</style>

background-color css

<style>
 a { background-color: #86DAAB; }

 a { background-color: rgb(134,218,171); }

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

border-color css

<style>
 span { border-color: #86DAAB; }

 span { border-color: rgb(134,218,171); }

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