Html Css Color HEX #86CEA6 Vista Blue

📋 copy color: '#86CEA6'

red 134 ◦ green 206 ◦ blue 166

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

Shades of Vista Blue #86CEA6

Tints of Vista Blue #86CEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 26.48%
G = 40.71%
B = 32.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#86CEA6 (or 0x86CEA6) is known color: Vista Blue. HEX triplet: 86, CE and A6. RGB value is (134,206,166). Sum of RGB (Red+Green+Blue) = 134+206+166=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CEA6 is #793159. Grayscale: #B3B3B3. Windows color (decimal): -7942490 or 10931846. OLE color: 10931846.

HSL color Cylindrical-coordinate representation of color #86CEA6: hue angle of 146.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CEA6 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 166 -
CMYK 0.35 0 0.19 0.19
HSL 146.67º 0.42% 0.67% -
HSV(B) 146.67º 0.35% 0.81% -
XYZ 38.79 51.96 44.06 -
YUV 179.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 134 206 166 0.35 0 0.19 0.19 146.67 0.42 0.67
Hex 86 CE A6 23 0 13 13 93 2A 43
Octal 206 316 246 43 0 23 23 223 52 103
Binary 10000110 11001110 10100110 100011 0 10011 10011 10010011 101010 1000011

Color Harmonies of #86CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEA6

Black with #86CEA6

Text Example


Text Example

White with #86CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,206,166); }

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

background-color css

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

 a { background-color: rgb(134,206,166); }

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

border-color css

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

 span { border-color: rgb(134,206,166); }

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