Html Css Color HEX #86DBA5 Vista Blue

📋 copy color: '#86DBA5'

red 134 ◦ green 219 ◦ blue 165

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

Shades of Vista Blue #86DBA5

Tints of Vista Blue #86DBA5

RGB

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

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

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

R = 25.87%
G = 42.28%
B = 31.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#86DBA5 (or 0x86DBA5) is known color: Vista Blue. HEX triplet: 86, DB and A5. RGB value is (134,219,165). Sum of RGB (Red+Green+Blue) = 134+219+165=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBA5 is #79245A. Grayscale: #BBBBBB. Windows color (decimal): -7939163 or 10869638. OLE color: 10869638.

HSL color Cylindrical-coordinate representation of color #86DBA5: hue angle of 141.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DBA5 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 219 165 -
CMYK 0.39 0 0.25 0.14
HSL 141.88º 0.54% 0.69% -
HSV(B) 141.88º 0.39% 0.86% -
XYZ 41.95 58.45 44.67 -
YUV 187.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 134 219 165 0.39 0 0.25 0.14 141.88 0.54 0.69
Hex 86 DB A5 27 0 19 E 8E 36 45
Octal 206 333 245 47 0 31 16 216 66 105
Binary 10000110 11011011 10100101 100111 0 11001 1110 10001110 110110 1000101

Color Harmonies of #86DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DBA5

Black with #86DBA5

Text Example


Text Example

White with #86DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,219,165); }

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

background-color css

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

 a { background-color: rgb(134,219,165); }

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

border-color css

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

 span { border-color: rgb(134,219,165); }

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