Html Css Color HEX #86DAB0 Vista Blue

📋 copy color: '#86DAB0'

red 134 ◦ green 218 ◦ blue 176

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

Shades of Vista Blue #86DAB0

Tints of Vista Blue #86DAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 25.38%
G = 41.29%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#86DAB0 (or 0x86DAB0) is known color: Vista Blue. HEX triplet: 86, DA and B0. RGB value is (134,218,176). Sum of RGB (Red+Green+Blue) = 134+218+176=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DAB0 is #79254F. Grayscale: #BCBCBC. Windows color (decimal): -7939408 or 11590278. OLE color: 11590278.

HSL color Cylindrical-coordinate representation of color #86DAB0: hue angle of 150º 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 #86DAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 218 176 -
CMYK 0.39 0 0.19 0.15
HSL 150º 0.53% 0.69% -
HSV(B) 150º 0.39% 0.85% -
XYZ 42.74 58.35 50.08 -
YUV 188.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 134 218 176 0.39 0 0.19 0.15 150 0.53 0.69
Hex 86 DA B0 27 0 13 F 96 35 45
Octal 206 332 260 47 0 23 17 226 65 105
Binary 10000110 11011010 10110000 100111 0 10011 1111 10010110 110101 1000101

Color Harmonies of #86DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DAB0

Black with #86DAB0

Text Example


Text Example

White with #86DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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